From e3c0473b30c0979d5e66d4cd10d81ce06811d49a 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 76a0a8e8508f..e4d3cfdb3674 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -531,6 +531,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>; @@ -790,7 +798,7 @@ }; ocotp: ocotp@021bc000 { - compatible = "fsl,imx6sl-ocotp"; + compatible = "fsl,imx6sl-ocotp", "syscon"; reg = <0x021bc000 0x4000>; }; -- 2.39.2