From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx: add tempmon node for imx6q thermal support
Date: Tue, 4 Jun 2013 15:17:06 +0800 [thread overview]
Message-ID: <1370330226-6030-1-git-send-email-shawn.guo@linaro.org> (raw)
In-Reply-To: <1370330008-5982-1-git-send-email-shawn.guo@linaro.org>
Mark ocotp as a syscon node and add tempmon for imx6q thermal support.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm/boot/dts/imx6qdl.dtsi | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 9e8296e..13e1d7f 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -489,6 +489,13 @@
};
};
+ tempmon: tempmon {
+ compatible = "fsl,imx6q-tempmon";
+ interrupts = <0 49 0x04>;
+ fsl,tempmon = <&anatop>;
+ fsl,tempmon-data = <&ocotp>;
+ };
+
usbphy1: usbphy at 020c9000 {
compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
reg = <0x020c9000 0x1000>;
@@ -747,8 +754,8 @@
interrupts = <0 14 0x04>;
};
- ocotp at 021bc000 {
- compatible = "fsl,imx6q-ocotp";
+ ocotp: ocotp at 021bc000 {
+ compatible = "fsl,imx6q-ocotp", "syscon";
reg = <0x021bc000 0x4000>;
};
--
1.7.9.5
next prev parent reply other threads:[~2013-06-04 7:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-04 7:13 [PATCH] thermal: add imx thermal driver support Shawn Guo
2013-06-04 7:17 ` Shawn Guo [this message]
2013-07-09 14:59 ` [PATCH] ARM: dts: imx: add tempmon node for imx6q thermal support Stefano Babic
2013-07-10 7:09 ` Shawn Guo
2013-07-10 8:10 ` Stefano Babic
2013-06-13 0:16 ` [PATCH] thermal: add imx thermal driver support Shawn Guo
2013-06-13 3:12 ` Zhang Rui
2013-06-13 4:12 ` Shawn Guo
2013-06-13 5:14 ` Zhang Rui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370330226-6030-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).