]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: zynq: Fix eeprom dt nodes
authorMichal Simek <michal.simek@xilinx.com>
Tue, 27 Mar 2018 11:48:51 +0000 (13:48 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 06:57:39 +0000 (08:57 +0200)
- Use eeprom for node name
- Use atmel compatible string instead of at.
- Add missing labels

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-zc770-xm010.dts
arch/arm/dts/zynq-zc770-xm011.dts
arch/arm/dts/zynq-zc770-xm012.dts
arch/arm/dts/zynq-zc770-xm013.dts

index db93e756289eb2777d86dd22584bbcebd4b7e0ad..4662cd67e6e836c88ec55f89e25e453261e7f6f8 100644 (file)
@@ -55,8 +55,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 
index 28d72bbefe80d407dd38e8c8faadf2b3511f0a08..71d763bbea71b7bc1b9c31bd6a25bac78deb1076 100644 (file)
@@ -42,8 +42,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
index 39db5ebdd043897ac41f3ccd385cba30c089a25f..b4b8b40a61b616e30eca992e0f69009531976981 100644 (file)
@@ -38,8 +38,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom0: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
@@ -48,8 +48,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom1: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
index 5d46e3f1905b81c843afa4691510721136243569..15588a9d89ea8cc22dfa762538267319bf2784eb 100644 (file)
@@ -99,7 +99,7 @@
        status = "okay";
        num-cs = <4>;
        is-decoded-cs = <0>;
-       eeprom: at25@0 {
+       eeprom: eeprom@0 {
                at25,byte-len = <8192>;
                at25,addr-mode = <2>;
                at25,page-size = <32>;