ARM: dts: keystone: move i2c0 device node from SoC to board files
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 8 Apr 2014 11:46:07 +0000 (14:46 +0300)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 8 May 2014 19:24:51 +0000 (15:24 -0400)
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: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/boot/dts/k2e-evm.dts
arch/arm/boot/dts/k2hk-evm.dts
arch/arm/boot/dts/k2l-evm.dts
arch/arm/boot/dts/keystone.dtsi

index 74b3b63e94cf8cae0b6bf86817573551c99adfb5..d60ce34c249511617f0277b5f6f94a1f9deb307a 100644 (file)
 &usb1 {
        status = "okay";
 };
+
+&i2c0 {
+       dtt@50 {
+               compatible = "at,24c1024";
+               reg = <0x50>;
+       };
+};
index c93d06f9f2a8db17e9d05b65766136c803247cff..d2aa1024ce32b7134a27789b7a7af26f2138dbed 100644 (file)
                };
        };
 };
+
+&i2c0 {
+       dtt@50 {
+               compatible = "at,24c1024";
+               reg = <0x50>;
+       };
+};
index 50a70132ac9e45ec00a8d9d985c702277006205e..bdc94a00280404488fe33517aa0bda8688f0c62d 100644 (file)
 &usb {
        status = "okay";
 };
+
+&i2c0 {
+       dtt@50 {
+               compatible = "at,24c1024";
+               reg = <0x50>;
+       };
+};
index f2409bdd03be2395abfb0509312010f775461567..f0c2faf30d9bf94e0158ee5da1edcee46e45e37e 100644 (file)
                        interrupts = <GIC_SPI 283 IRQ_TYPE_EDGE_RISING>;
                        #address-cells = <1>;
                        #size-cells = <0>;
-
-                       dtt@50 {
-                               compatible = "at,24c1024";
-                               reg = <0x50>;
-                       };
                };
 
                i2c1: i2c@2530400 {