diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-07-16 12:54:58 +0200 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 16:50:26 +0200 |
commit | 48135a66c247cfaf99611a19f4272178d3e4f1de (patch) | |
tree | f04e3b50cd5322329a7de3adc64e20e641195e2e /arch/arm/boot | |
parent | 157727d6490b31df45f6c1b59beb3950b82f3c21 (diff) | |
download | talos-op-linux-48135a66c247cfaf99611a19f4272178d3e4f1de.tar.gz talos-op-linux-48135a66c247cfaf99611a19f4272178d3e4f1de.zip |
ARM: Kirkwood: Describe iConnects temperature sensor in DT.
Now that we have I2C support in DT, describe the LM63 in
the DT file for the iConnect.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-iconnect.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-iconnect.dts b/arch/arm/boot/dts/kirkwood-iconnect.dts index 026a1f82d813..1b5898eab32c 100644 --- a/arch/arm/boot/dts/kirkwood-iconnect.dts +++ b/arch/arm/boot/dts/kirkwood-iconnect.dts @@ -18,6 +18,14 @@ }; ocp@f1000000 { + i2c@11000 { + status = "okay"; + + lm63: lm63@4c { + compatible = "national,lm63"; + reg = <0x4c>; + }; + }; serial@12000 { clock-frequency = <200000000>; status = "ok"; |