diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2014-04-08 11:46:07 (GMT) |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2014-05-08 19:24:51 (GMT) |
commit | e42d8a7f966b7b3b817adece0573d07754a647d2 (patch) | |
tree | 3075553d7e2a391e809f98170351add599813163 /arch/arm/boot/dts/k2hk-evm.dts | |
parent | 3953505afbb80bfcf0e9dc2ba7199e63b0fef69f (diff) | |
download | linux-e42d8a7f966b7b3b817adece0573d07754a647d2.tar.xz |
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: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/k2hk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/k2hk-evm.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts index c93d06f..d2aa102 100644 --- a/arch/arm/boot/dts/k2hk-evm.dts +++ b/arch/arm/boot/dts/k2hk-evm.dts @@ -138,3 +138,10 @@ }; }; }; + +&i2c0 { + dtt@50 { + compatible = "at,24c1024"; + reg = <0x50>; + }; +}; |