The device lm90 can be controlled by the vdd rail. Add function to power on/off the vdd. Enable the nct1008 on Tegra114 Dalmore board, and set the vdd-regulator. This series is v2, previous version patches: [v1]: http://www.mail-archive.com/linux-tegra@xxxxxxxxxxxxxxx/msg12034.html Changes from v1: 1. if get regulator failed, we should continue to run probe function, not return fail. 2. call regulator_put() in error handler and remove function. 3. add LM90 DT binding document. Wei Ni (3): hwmon: (lm90) Add power control ARM: dt: t114 dalmore: add dt entry for nct1008 Documentation: dt: hwmon: add OF document for lm90 Documentation/devicetree/bindings/hwmon/lm90.txt | 20 +++++++++ arch/arm/boot/dts/tegra114-dalmore.dts | 10 ++++- drivers/hwmon/lm90.c | 49 ++++++++++++++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/hwmon/lm90.txt -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html