Commit 17ae4f0a authored by Jia Hongtao's avatar Jia Hongtao Committed by Kumar Gala

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: default avatarJia Hongtao <B38951@freescale.com>
Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 0adbe663
...@@ -132,6 +132,10 @@ rtc@68 { ...@@ -132,6 +132,10 @@ rtc@68 {
reg = <0x68>; reg = <0x68>;
interrupts = <0 0x1 0 0>; interrupts = <0 0x1 0 0>;
}; };
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
}; };
spi@7000 { spi@7000 {
......
...@@ -149,6 +149,10 @@ rtc@68 { ...@@ -149,6 +149,10 @@ rtc@68 {
compatible = "dallas,ds1339"; compatible = "dallas,ds1339";
reg = <0x68>; reg = <0x68>;
}; };
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
}; };
spi@7000 { spi@7000 {
......
...@@ -94,6 +94,10 @@ rtc@68 { ...@@ -94,6 +94,10 @@ rtc@68 {
compatible = "pericom,pt7c4338"; compatible = "pericom,pt7c4338";
reg = <0x68>; reg = <0x68>;
}; };
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
}; };
i2c@118100 { i2c@118100 {
......
...@@ -98,6 +98,10 @@ rtc@68 { ...@@ -98,6 +98,10 @@ rtc@68 {
reg = <0x68>; reg = <0x68>;
interrupts = <0x1 0x1 0 0>; interrupts = <0x1 0x1 0 0>;
}; };
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
}; };
}; };
......
...@@ -96,6 +96,10 @@ rtc@68 { ...@@ -96,6 +96,10 @@ rtc@68 {
reg = <0x68>; reg = <0x68>;
interrupts = <0x1 0x1 0 0>; interrupts = <0x1 0x1 0 0>;
}; };
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
}; };
usb0: usb@210000 { usb0: usb@210000 {
......
...@@ -98,6 +98,10 @@ rtc@68 { ...@@ -98,6 +98,10 @@ rtc@68 {
reg = <0x68>; reg = <0x68>;
interrupts = <0x1 0x1 0 0>; interrupts = <0x1 0x1 0 0>;
}; };
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
}; };
}; };
......
...@@ -146,6 +146,10 @@ partition@1f000000 { ...@@ -146,6 +146,10 @@ partition@1f000000 {
label = "NAND Writable User area"; label = "NAND Writable User area";
reg = <0x1f000000 0x01000000>; reg = <0x1f000000 0x01000000>;
}; };
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
}; };
board-control@3,0 { board-control@3,0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment