[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1372928979-26938-3-git-send-email-wni@nvidia.com>
Date: Thu, 4 Jul 2013 17:09:39 +0800
From: Wei Ni <wni@...dia.com>
To: <swarren@...dotorg.org>, <acourbot@...dia.com>,
<linux@....linux.org.uk>
CC: <MLongnecker@...dia.com>, <linux-arm-kernel@...ts.infradead.org>,
<lm-sensors@...sensors.org>, <linux-kernel@...r.kernel.org>,
<linux-tegra@...r.kernel.org>, Wei Ni <wni@...dia.com>
Subject: [PATCH 2/2] ARM: dt: t114 dalmore: add dt entry for lm90
Enable thermal sensor lm90 for t114 dalmore.
Signed-off-by: Wei Ni <wni@...dia.com>
---
arch/arm/boot/dts/tegra114-dalmore.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index cb640eb..8325797 100644
--- a/arch/arm/boot/dts/tegra114-dalmore.dts
+++ b/arch/arm/boot/dts/tegra114-dalmore.dts
@@ -738,6 +738,13 @@
realtek,ldo1-en-gpios =
<&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>;
};
+
+ nct1008: nct1008 {
+ compatible = "lm90,nct1008";
+ reg = <0x4c>;
+ interrupt-parent = <&gpio>;
+ interrupts = <TEGRA_GPIO(O, 4) IRQ_TYPE_LEVEL_LOW>;
+ };
};
i2c@...0d000 {
--
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