Skip to content

Commit

Permalink
ARM: tegra: tamonten: Add NCT1008 temperature sensor
Browse files Browse the repository at this point in the history
The Tamonten SOM has an ON Semiconductor NCT1008 connected to the DVC
bus which is used to measure the ambient (local) temperature as well as
the on-die (remote) temperature.

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

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

pmc {
Expand Down

0 comments on commit 840a408

Please sign in to comment.