From b0078f56f7e7df03359e0e621b4c02d3d27fd6b4 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 [shawn.guo: cherry-pick commit 72e3326a6020 from imx_3.10.y] Signed-off-by: Shawn Guo --- 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 f9acad697d91..4da02e8184e3 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -522,6 +522,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>; @@ -777,7 +785,7 @@ }; ocotp: ocotp@021bc000 { - compatible = "fsl,imx6sl-ocotp"; + compatible = "fsl,imx6sl-ocotp", "syscon"; reg = <0x021bc000 0x4000>; }; -- 2.39.5