]> git.sur5r.net Git - u-boot/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, 9 Apr 2018 10:14:49 +0000 (12:14 +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 0c364dfcc14ff4bf7717c066a120219098fae8fd..2c594b7ecc6c15299c7e2cbb7b1b823a06fdf0ce 100644 (file)
@@ -54,8 +54,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 
index f711675dd88e93721538f7d5c62f69040603ebad..3fe6eb559ea7193ba9825e258aebc8a75d0dc54d 100644 (file)
@@ -41,8 +41,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
index ee6809d51bcf6a4d2e1d4ad30a21fb18f20f21cc..19d5b275ae06d167dd7e7f81883ddefdafc5a3d4 100644 (file)
@@ -37,8 +37,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom0: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
@@ -47,8 +47,8 @@
        status = "okay";
        clock-frequency = <400000>;
 
-       m24c02_eeprom@52 {
-               compatible = "at,24c02";
+       eeprom1: eeprom@52 {
+               compatible = "atmel,24c02";
                reg = <0x52>;
        };
 };
index 88a7ef068219fd6600a9e16308c04bde906e4020..efd0833eab91c1d965ed3ed674f566d076719d7a 100644 (file)
@@ -67,7 +67,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>;