aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-07-16 06:19:34 -0400
committerAndrew Lunn <andrew@lunn.ch>2012-07-27 10:49:36 -0400
commit55650d4e5b0b8de785e4682f4149951e2ce0e731 (patch)
tree6a5a21b3c8fa5d91827ad59dab2baf6adddddb5f /arch/arm/boot
parent2cef1a2853aece830586453296e413240961a42b (diff)
ARM: Kirkwood: Describe DNS325 temperature sensor in DT.
Now that we have I2C support in DT, describe the LM75 in the DT file for the DNS325. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/kirkwood-dns325.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dns325.dts b/arch/arm/boot/dts/kirkwood-dns325.dts
index 17895d92d4ba..debb3703dfe7 100644
--- a/arch/arm/boot/dts/kirkwood-dns325.dts
+++ b/arch/arm/boot/dts/kirkwood-dns325.dts
@@ -16,6 +16,14 @@
16 }; 16 };
17 17
18 ocp@f1000000 { 18 ocp@f1000000 {
19 i2c@11000 {
20 status = "okay";
21
22 lm75: lm75@48 {
23 compatible = "national,lm75";
24 reg = <0x48>;
25 };
26 };
19 serial@12000 { 27 serial@12000 {
20 clock-frequency = <200000000>; 28 clock-frequency = <200000000>;
21 status = "okay"; 29 status = "okay";