diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-07-16 14:19:34 +0400 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 18:49:36 +0400 |
commit | 55650d4e5b0b8de785e4682f4149951e2ce0e731 (patch) | |
tree | 6a5a21b3c8fa5d91827ad59dab2baf6adddddb5f /arch/arm/boot/dts/kirkwood-dns325.dts | |
parent | 2cef1a2853aece830586453296e413240961a42b (diff) | |
download | linux-55650d4e5b0b8de785e4682f4149951e2ce0e731.tar.xz |
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/dts/kirkwood-dns325.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-dns325.dts | 8 |
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 @@ }; ocp@f1000000 { + i2c@11000 { + status = "okay"; + + lm75: lm75@48 { + compatible = "national,lm75"; + reg = <0x48>; + }; + }; serial@12000 { clock-frequency = <200000000>; status = "okay"; |