arm: zynq: Fix eeprom dt nodes

- Use eeprom for node name
- Use atmel compatible string instead of at.
- Add missing labels

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2018-03-27 13:48:51 +02:00
parent a3e10642da
commit 99a2e34d77
4 changed files with 9 additions and 9 deletions

View File

@ -54,8 +54,8 @@
status = "okay";
clock-frequency = <400000>;
m24c02_eeprom@52 {
compatible = "at,24c02";
eeprom: eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
};

View File

@ -41,8 +41,8 @@
status = "okay";
clock-frequency = <400000>;
m24c02_eeprom@52 {
compatible = "at,24c02";
eeprom: eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
};
};

View 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>;
};
};

View 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>;