diff options
author | Reynes Philippe <philippe.reynes@isismpp.fr> | 2009-01-28 10:07:44 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-29 00:17:01 (GMT) |
commit | f7a0be456f1bdcb6dec81c1e4e47e2b7205eba95 (patch) | |
tree | 498cb1ae87bae961e5092b65150ccdca81ad9ea3 | |
parent | b4f7ec46b6c151d31c068e46278efef7e43b5043 (diff) | |
download | linux-f7a0be456f1bdcb6dec81c1e4e47e2b7205eba95.tar.xz |
powerpc/83xx: Add i2c eeprom to dts for MPC837x RDB
Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_rdb.dts | 6 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8378_rdb.dts | 6 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8379_rdb.dts | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts index b4ab3d0..165463f 100644 --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts @@ -118,6 +118,12 @@ interrupts = <14 0x8>; interrupt-parent = <&ipic>; dfsrr; + + at24@50 { + compatible = "at24,24c256"; + reg = <0x50>; + }; + rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index 1b05fb0..f9830ae 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts @@ -118,6 +118,12 @@ interrupts = <14 0x8>; interrupt-parent = <&ipic>; dfsrr; + + at24@50 { + compatible = "at24,24c256"; + reg = <0x50>; + }; + rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index 72cdc3c..2c06d39 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts @@ -116,6 +116,12 @@ interrupts = <14 0x8>; interrupt-parent = <&ipic>; dfsrr; + + at24@50 { + compatible = "at24,24c256"; + reg = <0x50>; + }; + rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; |