提交 99a2e34d 编写于 作者: M Michal Simek

arm: zynq: Fix eeprom dt nodes

- Use eeprom for node name
- Use atmel compatible string instead of at.
- Add missing labels
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 a3e10642
......@@ -54,8 +54,8 @@
status = "okay";
clock-frequency = <400000>;
m24c02_eeprom@52 {
compatible = "at,24c02";
eeprom: eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
};
......
......@@ -41,8 +41,8 @@
status = "okay";
clock-frequency = <400000>;
m24c02_eeprom@52 {
compatible = "at,24c02";
eeprom: eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
};
};
......
......@@ -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>;
};
};
......
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册