From: Wei Ni Date: Mon, 7 Oct 2013 09:28:28 +0000 (+0800) Subject: ARM: tegra: add DT entry for nct1008 to Dalmore X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=99bda7b901e36ada545656ba40acdcdc091b83d2;p=linux-beck.git ARM: tegra: add DT entry for nct1008 to Dalmore Enable thermal sensor nct1008 for Tegra114 dalmore. Signed-off-by: Wei Ni Signed-off-by: Stephen Warren --- diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 871aff5e2b87..cb5ec23b03a7 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -739,6 +739,14 @@ realtek,ldo1-en-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>; }; + + temperature-sensor@4c { + compatible = "onnn,nct1008"; + reg = <0x4c>; + vcc-supply = <&palmas_ldo6_reg>; + interrupt-parent = <&gpio>; + interrupts = ; + }; }; i2c@7000d000 { @@ -948,7 +956,7 @@ regulator-max-microvolt = <1800000>; }; - ldo6 { + palmas_ldo6_reg: ldo6 { regulator-name = "vdd-sensor-2v85"; regulator-min-microvolt = <2850000>; regulator-max-microvolt = <2850000>;