ARM: dts: NSP: Fix MX64/MX65 eeprom node name
authorMatthew Hagan <mnhagan88@gmail.com>
Sun, 29 Aug 2021 22:37:50 +0000 (22:37 +0000)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 14 Sep 2021 21:34:58 +0000 (14:34 -0700)
Running dtbs_check yields the following message when checking the
MX64/MX65 devicetree:
at24@50: $nodename:0: 'at24@50' does not match '^eeprom@[0-9a-f]{1,2}$'

This patch fixes the issue by renaming the at24 node appropriately.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi

index bcdd38954f1d3c1f2bac56a6c70ad24a35f2e51b..6519b7c61af12ba42b08bcd5083bba691d42a535 100644 (file)
@@ -48,7 +48,7 @@
 &i2c0 {
        status = "okay";
 
-       at24@50 {
+       eeprom@50 {
                compatible = "atmel,24c64";
                reg = <0x50>;
                pagesize = <32>;