Skip to content

Commit

Permalink
ARM: tegra: ventana: Add NCT1008 temperature sensor
Browse files Browse the repository at this point in the history
The Harmony board has an ON Semiconductors NCT1008 temperature sensor
connected to the DVC bus. It can be used to monitor the ambient (local)
and on-die (remote) temperatures.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Thierry Reding authored and Stephen Warren committed Nov 15, 2012
1 parent 840a408 commit ee9f726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/tegra20-ventana.dts
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@
};
};
};

temperature-sensor@4c {
compatible = "onnn,nct1008";
reg = <0x4c>;
};
};

pmc {
Expand Down

0 comments on commit ee9f726

Please sign in to comment.