diff options
author | Jia Hongtao <B38951@freescale.com> | 2012-08-27 22:00:55 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-09-12 15:57:11 -0400 |
commit | 17ae4f0aef09c1bcf380dcea555e83d27436e7d5 (patch) | |
tree | 2d93fe8ab650fa03d1b1740c94284ff5ba76dd01 /arch/powerpc/boot/dts/p5040ds.dts | |
parent | 0adbe663bdf9d80a9ab1d225a5cc030fe2be10b5 (diff) |
powerpc: add adt7461 thermal monitor support to applicable boards
Add thermal monitor support to following boards:
P1022DS, MPC8536DS, P2041RDB, P3041DS, P4080DS, P5020DS, P5040DS
Signed-off-by: Jia Hongtao <B38951@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/p5040ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p5040ds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p5040ds.dts b/arch/powerpc/boot/dts/p5040ds.dts index d86bf2eb4c13..8165c93d66b5 100644 --- a/arch/powerpc/boot/dts/p5040ds.dts +++ b/arch/powerpc/boot/dts/p5040ds.dts | |||
@@ -146,6 +146,10 @@ | |||
146 | label = "NAND Writable User area"; | 146 | label = "NAND Writable User area"; |
147 | reg = <0x1f000000 0x01000000>; | 147 | reg = <0x1f000000 0x01000000>; |
148 | }; | 148 | }; |
149 | adt7461@4c { | ||
150 | compatible = "adi,adt7461"; | ||
151 | reg = <0x4c>; | ||
152 | }; | ||
149 | }; | 153 | }; |
150 | 154 | ||
151 | board-control@3,0 { | 155 | board-control@3,0 { |