Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74ecab27 authored by Wei Ni's avatar Wei Ni Committed by Stephen Warren
Browse files

ARM: tegra: add DT entry for nct1008 to Cardhu



Enable thermal sensor nct1008 for Tegra30 Cardhu.

Signed-off-by: default avatarWei Ni <wni@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 21b341ca
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -286,6 +286,13 @@
				};
			};
		};

		nct1008 {
			compatible = "onnn,nct1008";
			reg = <0x4c>;
			interrupt-parent = <&gpio>;
			interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
		};
	};

	spi@7000da00 {