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:
parent
21b341cac2
commit
74ecab275d
@ -286,6 +286,13 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nct1008 {
|
||||
compatible = "onnn,nct1008";
|
||||
reg = <0x4c>;
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
spi@7000da00 {
|
||||
|
Loading…
Reference in New Issue
Block a user