]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00275542-4 ARM: imx: Enable thermal driver for i.MX6SL
authorAnson Huang <b20788@freescale.com>
Mon, 19 Aug 2013 20:19:34 +0000 (16:19 -0400)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:55 +0000 (09:54 +0800)
Add thermal dts to enable thermal driver for i.MX6SL.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/boot/dts/imx6sl.dtsi

index 93f96791eadb398b9a3d5c1f399701960a67038e..4226ef93a11c22e78d307e641f8bd7044fe8286e 100644 (file)
                                };
                        };
 
+                       tempmon: tempmon {
+                               compatible = "fsl,imx6sl-tempmon", "fsl,imx6q-tempmon";
+                               interrupts = <0 49 0x04>;
+                               fsl,tempmon = <&anatop>;
+                               fsl,tempmon-data = <&ocotp>;
+                               clocks = <&clks IMX6SL_CLK_PLL3_USB_OTG>;
+                       };
+
                        usbphy1: usbphy@020c9000 {
                                compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy";
                                reg = <0x020c9000 0x1000>;
                        };
 
                        ocotp: ocotp@021bc000 {
-                               compatible = "fsl,imx6sl-ocotp";
+                               compatible = "fsl,imx6sl-ocotp", "syscon";
                                reg = <0x021bc000 0x4000>;
                        };