ARM: tegra: add DT entry for nct1008 to Cardhu

Enable thermal sensor nct1008 for Tegra30 Cardhu.

Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Wei Ni 2013-07-12 15:49:23 +08:00 committed by Stephen Warren
parent 21b341cac2
commit 74ecab275d

View File

@ -286,6 +286,13 @@
};
};
};
nct1008 {
compatible = "onnn,nct1008";
reg = <0x4c>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
};
};
spi@7000da00 {