From d66a1f3fd28e601e6a05cc486f8b7e80c12e6a51 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Mon, 19 Aug 2013 16:19:34 -0400 Subject: [PATCH] ENGR00275542-4 ARM: imx: Enable thermal driver for i.MX6SL Add thermal dts to enable thermal driver for i.MX6SL. Signed-off-by: Anson Huang --- arch/arm/boot/dts/imx6sl.dtsi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 93f96791eadb..4226ef93a11c 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -494,6 +494,14 @@ }; }; + 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>; @@ -847,7 +855,7 @@ }; ocotp: ocotp@021bc000 { - compatible = "fsl,imx6sl-ocotp"; + compatible = "fsl,imx6sl-ocotp", "syscon"; reg = <0x021bc000 0x4000>; }; -- 2.39.5