提交 99bda7b9 编写于 作者: W Wei Ni 提交者: Stephen Warren

ARM: tegra: add DT entry for nct1008 to Dalmore

Enable thermal sensor nct1008 for Tegra114 dalmore.
Signed-off-by: NWei Ni <wni@nvidia.com>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 e6e646e6
......@@ -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 = <TEGRA_GPIO(O, 4) IRQ_TYPE_LEVEL_LOW>;
};
};
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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册