diff options
author | Reynes Philippe <philippe.reynes@isismpp.fr> | 2009-02-02 10:59:01 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-02-02 11:01:05 -0500 |
commit | 960d82aa5ba971aa9da86a41881cb8dc8f96e397 (patch) | |
tree | 38d6828ea902f450278d619c9d8b8213f32e4f1a /arch/powerpc/boot | |
parent | 0f73a449a649acfca91404a98a35353a618b9555 (diff) |
powerpc/83xx: Add lm75 to MPC837x RDB dts
Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_rdb.dts | 5 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8378_rdb.dts | 5 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8379_rdb.dts | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts index e747486f477c..54b452063ea9 100644 --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts | |||
@@ -137,6 +137,11 @@ | |||
137 | interrupt-parent = <&ipic>; | 137 | interrupt-parent = <&ipic>; |
138 | dfsrr; | 138 | dfsrr; |
139 | 139 | ||
140 | dtt@48 { | ||
141 | compatible = "national,lm75"; | ||
142 | reg = <0x48>; | ||
143 | }; | ||
144 | |||
140 | at24@50 { | 145 | at24@50 { |
141 | compatible = "at24,24c256"; | 146 | compatible = "at24,24c256"; |
142 | reg = <0x50>; | 147 | reg = <0x50>; |
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index f4c86822bd30..7243374f5021 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts | |||
@@ -137,6 +137,11 @@ | |||
137 | interrupt-parent = <&ipic>; | 137 | interrupt-parent = <&ipic>; |
138 | dfsrr; | 138 | dfsrr; |
139 | 139 | ||
140 | dtt@48 { | ||
141 | compatible = "national,lm75"; | ||
142 | reg = <0x48>; | ||
143 | }; | ||
144 | |||
140 | at24@50 { | 145 | at24@50 { |
141 | compatible = "at24,24c256"; | 146 | compatible = "at24,24c256"; |
142 | reg = <0x50>; | 147 | reg = <0x50>; |
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index 1985cef32db5..6dac476a415f 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts | |||
@@ -135,6 +135,11 @@ | |||
135 | interrupt-parent = <&ipic>; | 135 | interrupt-parent = <&ipic>; |
136 | dfsrr; | 136 | dfsrr; |
137 | 137 | ||
138 | dtt@48 { | ||
139 | compatible = "national,lm75"; | ||
140 | reg = <0x48>; | ||
141 | }; | ||
142 | |||
138 | at24@50 { | 143 | at24@50 { |
139 | compatible = "at24,24c256"; | 144 | compatible = "at24,24c256"; |
140 | reg = <0x50>; | 145 | reg = <0x50>; |