diff options
author | Wei Ni <wni@nvidia.com> | 2013-10-07 05:28:28 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-10-07 15:17:34 -0400 |
commit | 99bda7b901e36ada545656ba40acdcdc091b83d2 (patch) | |
tree | c31660446695a35d312771ac4345a121147a23ae /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | e6e646e6778783037ea42db3034ce17d2a97583f (diff) |
ARM: tegra: add DT entry for nct1008 to Dalmore
Enable thermal sensor nct1008 for Tegra114 dalmore.
Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 10 |
1 files changed, 9 insertions, 1 deletions
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 @@ | |||
739 | realtek,ldo1-en-gpios = | 739 | realtek,ldo1-en-gpios = |
740 | <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>; | 740 | <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>; |
741 | }; | 741 | }; |
742 | |||
743 | temperature-sensor@4c { | ||
744 | compatible = "onnn,nct1008"; | ||
745 | reg = <0x4c>; | ||
746 | vcc-supply = <&palmas_ldo6_reg>; | ||
747 | interrupt-parent = <&gpio>; | ||
748 | interrupts = <TEGRA_GPIO(O, 4) IRQ_TYPE_LEVEL_LOW>; | ||
749 | }; | ||
742 | }; | 750 | }; |
743 | 751 | ||
744 | i2c@7000d000 { | 752 | i2c@7000d000 { |
@@ -948,7 +956,7 @@ | |||
948 | regulator-max-microvolt = <1800000>; | 956 | regulator-max-microvolt = <1800000>; |
949 | }; | 957 | }; |
950 | 958 | ||
951 | ldo6 { | 959 | palmas_ldo6_reg: ldo6 { |
952 | regulator-name = "vdd-sensor-2v85"; | 960 | regulator-name = "vdd-sensor-2v85"; |
953 | regulator-min-microvolt = <2850000>; | 961 | regulator-min-microvolt = <2850000>; |
954 | regulator-max-microvolt = <2850000>; | 962 | regulator-max-microvolt = <2850000>; |