提交 e42d8a7f 编写于 作者: G Grygorii Strashko 提交者: Santosh Shilimkar

ARM: dts: keystone: move i2c0 device node from SoC to board files

I2C devices are not the part of Keystone SoC and have to be
defined in board DTS files.
Hence, move i2c0 EEPROM device node from Keystone SoC to
k2hk, k2e, k2l EVM files as they all have similar EEPROM SoCs
installed.
Signed-off-by: NGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
上级 3953505a
...@@ -58,3 +58,10 @@ ...@@ -58,3 +58,10 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&i2c0 {
dtt@50 {
compatible = "at,24c1024";
reg = <0x50>;
};
};
...@@ -138,3 +138,10 @@ ...@@ -138,3 +138,10 @@
}; };
}; };
}; };
&i2c0 {
dtt@50 {
compatible = "at,24c1024";
reg = <0x50>;
};
};
...@@ -35,3 +35,10 @@ ...@@ -35,3 +35,10 @@
&usb { &usb {
status = "okay"; status = "okay";
}; };
&i2c0 {
dtt@50 {
compatible = "at,24c1024";
reg = <0x50>;
};
};
...@@ -100,11 +100,6 @@ ...@@ -100,11 +100,6 @@
interrupts = <GIC_SPI 283 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 283 IRQ_TYPE_EDGE_RISING>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
dtt@50 {
compatible = "at,24c1024";
reg = <0x50>;
};
}; };
i2c1: i2c@2530400 { i2c1: i2c@2530400 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册