Commit 7c7de6b0 authored by Wei Ni's avatar Wei Ni Committed by Stephen Warren
Browse files

ARM: tegra: add vcc supply for nct1008 to Cardhu



Add vcc-supply property in the nct1008 node, and set it
as sys_3v3_reg.
change the name of this node to temp-sensor.

Signed-off-by: default avatarWei Ni <wni@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 99bda7b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -294,9 +294,10 @@
			};
		};

		nct1008 {
		temperature-sensor@4c {
			compatible = "onnn,nct1008";
			reg = <0x4c>;
			vcc-supply = <&sys_3v3_reg>;
			interrupt-parent = <&gpio>;
			interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
		};