Skip to content

Commit

Permalink
ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device tree
Browse files Browse the repository at this point in the history
Add the ADT7461 temperature monitoring IC which is connected via
the DVC controller.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Marc Dietrich authored and Olof Johansson committed Feb 7, 2012
1 parent 62aa2b5 commit 1266f89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/tegra-paz00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@

i2c@7000d000 {
clock-frequency = <400000>;

adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
};

serial@70006000 {
Expand Down

0 comments on commit 1266f89

Please sign in to comment.