From cc70f74e63a6687c3da2e759e37597a05ef9350d Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Tue, 4 Jun 2013 15:14:06 +0800 Subject: [PATCH] ARM: dts: imx: add tempmon node for imx6q thermal support Mark ocotp as a syscon node and add tempmon for imx6q thermal support. Signed-off-by: Shawn Guo Signed-off-by: Shawn Guo --- 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 c8d6c3d17cba..39180df78170 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -499,6 +499,13 @@ }; }; + tempmon: tempmon { + compatible = "fsl,imx6q-tempmon"; + interrupts = <0 49 0x04>; + fsl,tempmon = <&anatop>; + fsl,tempmon-data = <&ocotp>; + }; + usbphy1: usbphy@020c9000 { compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy"; reg = <0x020c9000 0x1000>; @@ -1427,8 +1434,8 @@ interrupts = <0 14 0x04>; }; - ocotp@021bc000 { - compatible = "fsl,imx6q-ocotp"; + ocotp: ocotp@021bc000 { + compatible = "fsl,imx6q-ocotp", "syscon"; reg = <0x021bc000 0x4000>; }; -- 2.39.5