diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-12-28 09:08:50 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:57:12 -0500 |
commit | b4d2a24fa522afd3891c9718443686cab71df24f (patch) | |
tree | 90713ebb30e28343f5e445482e868b444fc0480b /arch/arm/boot/dts/kirkwood-nsa310.dts | |
parent | 7dcc628349de9a878c43ef4b30e6c8ccbe1d207a (diff) |
ARM: Kirkwood: Convert NSA310 I2C to device tree
Add a sub-node into the I2C node to represent the adt7476 device.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-nsa310.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-nsa310.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-nsa310.dts b/arch/arm/boot/dts/kirkwood-nsa310.dts index 85cce36491da..dbb3551017fe 100644 --- a/arch/arm/boot/dts/kirkwood-nsa310.dts +++ b/arch/arm/boot/dts/kirkwood-nsa310.dts | |||
@@ -29,6 +29,11 @@ | |||
29 | 29 | ||
30 | i2c@11000 { | 30 | i2c@11000 { |
31 | status = "okay"; | 31 | status = "okay"; |
32 | |||
33 | adt7476: adt7476a@2e { | ||
34 | compatible = "adt7476"; | ||
35 | reg = <0x2e>; | ||
36 | }; | ||
32 | }; | 37 | }; |
33 | 38 | ||
34 | nand@3000000 { | 39 | nand@3000000 { |