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

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
......@@ -286,6 +286,13 @@ ldo8_reg: ldo8 {
};
};
};
nct1008 {
compatible = "onnn,nct1008";
reg = <0x4c>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
};
};
spi@7000da00 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment