030-v5.16-0016-ARM-dts-NSP-Fix-MX64-MX65-eeprom-node-name.patch 921 B

12345678910111213141516171819202122232425262728
  1. From 56e4e548427240d85fd220460d0ab5987e1dec00 Mon Sep 17 00:00:00 2001
  2. From: Matthew Hagan <[email protected]>
  3. Date: Sun, 29 Aug 2021 22:37:50 +0000
  4. Subject: [PATCH] ARM: dts: NSP: Fix MX64/MX65 eeprom node name
  5. Running dtbs_check yields the following message when checking the
  6. MX64/MX65 devicetree:
  7. at24@50: $nodename:0: 'at24@50' does not match '^eeprom@[0-9a-f]{1,2}$'
  8. This patch fixes the issue by renaming the at24 node appropriately.
  9. Signed-off-by: Matthew Hagan <[email protected]>
  10. Signed-off-by: Florian Fainelli <[email protected]>
  11. ---
  12. arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi | 2 +-
  13. 1 file changed, 1 insertion(+), 1 deletion(-)
  14. --- a/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi
  15. +++ b/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi
  16. @@ -48,7 +48,7 @@
  17. &i2c0 {
  18. status = "okay";
  19. - at24@50 {
  20. + eeprom@50 {
  21. compatible = "atmel,24c64";
  22. reg = <0x50>;
  23. pagesize = <32>;