Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jia Hongtao and committed by
Kumar Gala
17ae4f0a 0adbe663

+28
+4
arch/powerpc/boot/dts/mpc8536ds.dtsi
··· 132 132 reg = <0x68>; 133 133 interrupts = <0 0x1 0 0>; 134 134 }; 135 + adt7461@4c { 136 + compatible = "adi,adt7461"; 137 + reg = <0x4c>; 138 + }; 135 139 }; 136 140 137 141 spi@7000 {
+4
arch/powerpc/boot/dts/p1022ds.dtsi
··· 149 149 compatible = "dallas,ds1339"; 150 150 reg = <0x68>; 151 151 }; 152 + adt7461@4c { 153 + compatible = "adi,adt7461"; 154 + reg = <0x4c>; 155 + }; 152 156 }; 153 157 154 158 spi@7000 {
+4
arch/powerpc/boot/dts/p2041rdb.dts
··· 94 94 compatible = "pericom,pt7c4338"; 95 95 reg = <0x68>; 96 96 }; 97 + adt7461@4c { 98 + compatible = "adi,adt7461"; 99 + reg = <0x4c>; 100 + }; 97 101 }; 98 102 99 103 i2c@118100 {
+4
arch/powerpc/boot/dts/p3041ds.dts
··· 98 98 reg = <0x68>; 99 99 interrupts = <0x1 0x1 0 0>; 100 100 }; 101 + adt7461@4c { 102 + compatible = "adi,adt7461"; 103 + reg = <0x4c>; 104 + }; 101 105 }; 102 106 }; 103 107
+4
arch/powerpc/boot/dts/p4080ds.dts
··· 96 96 reg = <0x68>; 97 97 interrupts = <0x1 0x1 0 0>; 98 98 }; 99 + adt7461@4c { 100 + compatible = "adi,adt7461"; 101 + reg = <0x4c>; 102 + }; 99 103 }; 100 104 101 105 usb0: usb@210000 {
+4
arch/powerpc/boot/dts/p5020ds.dts
··· 98 98 reg = <0x68>; 99 99 interrupts = <0x1 0x1 0 0>; 100 100 }; 101 + adt7461@4c { 102 + compatible = "adi,adt7461"; 103 + reg = <0x4c>; 104 + }; 101 105 }; 102 106 }; 103 107
+4
arch/powerpc/boot/dts/p5040ds.dts
··· 146 146 label = "NAND Writable User area"; 147 147 reg = <0x1f000000 0x01000000>; 148 148 }; 149 + adt7461@4c { 150 + compatible = "adi,adt7461"; 151 + reg = <0x4c>; 152 + }; 149 153 }; 150 154 151 155 board-control@3,0 {