]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx: add tempmon node for imx6q thermal support
authorShawn Guo <shawn.guo@linaro.org>
Tue, 4 Jun 2013 07:14:06 +0000 (15:14 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:54 +0000 (09:53 +0800)
Mark ocotp as a syscon node and add tempmon for imx6q thermal support.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6qdl.dtsi

index c8d6c3d17cbabb3b4abc64349c0dc8fd6514b2b5..39180df78170f5846b0f8237dc6525fe8b97206f 100644 (file)
                                };
                        };
 
+                       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>;
                                interrupts = <0 14 0x04>;
                        };
 
-                       ocotp@021bc000 {
-                               compatible = "fsl,imx6q-ocotp";
+                       ocotp: ocotp@021bc000 {
+                               compatible = "fsl,imx6q-ocotp", "syscon";
                                reg = <0x021bc000 0x4000>;
                        };