ARM: tegra: tamonten: Add NCT1008 temperature sensor

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>
This commit is contained in:
Thierry Reding 2012-11-09 23:00:08 +01:00 коммит произвёл Stephen Warren
Родитель 42d2534a92
Коммит 840a40807f
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

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