[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1373455798-2944-2-git-send-email-wni@nvidia.com>
Date: Wed, 10 Jul 2013 19:29:57 +0800
From: Wei Ni <wni@...dia.com>
To: <khali@...ux-fr.org>, <swarren@...dotorg.org>,
<linux@...ck-us.net>, <thierry.reding@...il.com>
CC: <lm-sensors@...sensors.org>, <linux-kernel@...r.kernel.org>,
<linux-tegra@...r.kernel.org>, Wei Ni <wni@...dia.com>
Subject: [PATCH v2 1/2] ARM: dt: t30 cardhu: add dt entry for nct1008
Enable thermal sensor nct1008 for t30 cardhu.
Signed-off-by: Wei Ni <wni@...dia.com>
---
arch/arm/boot/dts/tegra30-cardhu.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi
index f65b53d..3d568a1 100644
--- a/arch/arm/boot/dts/tegra30-cardhu.dtsi
+++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi
@@ -286,6 +286,13 @@
};
};
};
+
+ nct1008: nct1008 {
+ compatible = "onnn,nct1008";
+ reg = <0x4c>;
+ interrupt-parent = <&gpio>;
+ interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
+ };
};
spi@...0da00 {
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists