]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: Fix at24 EEPROM node names
authorRob Herring (Arm) <robh@kernel.org>
Tue, 10 Sep 2024 21:59:29 +0000 (16:59 -0500)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 13 Dec 2024 05:16:56 +0000 (15:46 +1030)
at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240910215929.823913-1-robh@kernel.org
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-quanta-s6q.dts
arch/arm/boot/dts/aspeed/aspeed-bmc-vegman-rx20.dts
arch/arm/boot/dts/aspeed/aspeed-bmc-vegman.dtsi

index 983853eedaefe82c7ea1b28af28876d096d2f92a..fd361cf073c20420acfceb76a302234d9bce9da3 100644 (file)
                        #size-cells = <0>;
                        reg = <5>;
 
-                       U190_fru@51 {
+                       eeprom@51 {
                                compatible = "atmel,24c128";
                                reg = <0x51>;
                                pagesize = <32>;
        status = "okay";
 
        /* MB FRU (U173) @ 0xA2 */
-       mb_fru: mb_fru@51 {
+       mb_fru: eeprom@51 {
                compatible = "atmel,24c128";
                reg = <0x51>;
                pagesize = <32>;
                reg = <0x4a>;
        };
 
-       FP_U4_fru@52 {
+       eeprom@52 {
                compatible = "atmel,24c02";
                reg = <0x52>;
                pagesize = <16>;
        status = "okay";
 
        /* SCM FRU (U19) @ 0xA2 */
-       scm_fru: scm_fru@51 {
+       scm_fru: eeprom@51 {
                compatible = "atmel,24c128";
                reg = <0x51>;
                pagesize = <32>;
index b8f0b08018a3472c6fd7cde3cc0f51261031366b..98f3e0437704959cebb83ebf49fb2a42d0e1f1b4 100644 (file)
                                        #address-cells = <1>;
                                        #size-cells = <0>;
                                        reg = <7>;
-                                       at24@50 {
+                                       eeprom@50 {
                                                compatible = "atmel,24c64";
                                                reg = <0x50>;
                                                pagesize = <32>;
                                        #address-cells = <1>;
                                        #size-cells = <0>;
                                        reg = <7>;
-                                       at24@50 {
+                                       eeprom@50 {
                                                compatible = "atmel,24c64";
                                                reg = <0x50>;
                                                pagesize = <32>;
                                        };
                                };
                        };
-                       at24@50 {
+                       eeprom@50 {
                                compatible = "atmel,24c64";
                                reg = <0x50>;
                                pagesize = <32>;
index 1a5b25b2ea295d435e6accd18aaf3f3cf0780755..16815eede710ce1c7ea1e57a8f02ff9e5d9899a4 100644 (file)
        /* SMB_BMC_MGMT_LVC3 */
        status = "okay";
 
-       at24@50 {
+       eeprom@50 {
                compatible = "atmel,24c64";
                reg = <0x50>;
                pagesize = <32>;