diff options
author | Anson Huang <b20788@freescale.com> | 2014-08-05 05:34:52 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:25:51 -0400 |
commit | 2998b332b8a8e727637f3a5811ed46a31124380c (patch) | |
tree | b5c0b91e945c680a3e0a61092962955a0003c068 /arch | |
parent | d0eb8fc5a59200a51b47f91b14242751b3225dda (diff) |
ARM: dts: add thermal sensor support for i.mx6sl
Add thermal sensor support for i.MX6SL.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index c75800ca8b35..505da9e1e50a 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi | |||
@@ -529,6 +529,14 @@ | |||
529 | }; | 529 | }; |
530 | }; | 530 | }; |
531 | 531 | ||
532 | tempmon: tempmon { | ||
533 | compatible = "fsl,imx6q-tempmon"; | ||
534 | interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>; | ||
535 | fsl,tempmon = <&anatop>; | ||
536 | fsl,tempmon-data = <&ocotp>; | ||
537 | clocks = <&clks IMX6SL_CLK_PLL3_USB_OTG>; | ||
538 | }; | ||
539 | |||
532 | usbphy1: usbphy@020c9000 { | 540 | usbphy1: usbphy@020c9000 { |
533 | compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy"; | 541 | compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy"; |
534 | reg = <0x020c9000 0x1000>; | 542 | reg = <0x020c9000 0x1000>; |
@@ -784,7 +792,7 @@ | |||
784 | }; | 792 | }; |
785 | 793 | ||
786 | ocotp: ocotp@021bc000 { | 794 | ocotp: ocotp@021bc000 { |
787 | compatible = "fsl,imx6sl-ocotp"; | 795 | compatible = "fsl,imx6sl-ocotp", "syscon"; |
788 | reg = <0x021bc000 0x4000>; | 796 | reg = <0x021bc000 0x4000>; |
789 | }; | 797 | }; |
790 | 798 | ||