diff options
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 11dfe5b8c086..7c18fa0ebf35 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi | |||
@@ -511,6 +511,13 @@ | |||
511 | }; | 511 | }; |
512 | }; | 512 | }; |
513 | 513 | ||
514 | tempmon: tempmon { | ||
515 | compatible = "fsl,imx6q-tempmon"; | ||
516 | interrupts = <0 49 0x04>; | ||
517 | fsl,tempmon = <&anatop>; | ||
518 | fsl,tempmon-data = <&ocotp>; | ||
519 | }; | ||
520 | |||
514 | usbphy1: usbphy@020c9000 { | 521 | usbphy1: usbphy@020c9000 { |
515 | compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy"; | 522 | compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy"; |
516 | reg = <0x020c9000 0x1000>; | 523 | reg = <0x020c9000 0x1000>; |
@@ -1477,8 +1484,8 @@ | |||
1477 | clocks = <&clks 196>; | 1484 | clocks = <&clks 196>; |
1478 | }; | 1485 | }; |
1479 | 1486 | ||
1480 | ocotp@021bc000 { | 1487 | ocotp: ocotp@021bc000 { |
1481 | compatible = "fsl,imx6q-ocotp"; | 1488 | compatible = "fsl,imx6q-ocotp", "syscon"; |
1482 | reg = <0x021bc000 0x4000>; | 1489 | reg = <0x021bc000 0x4000>; |
1483 | }; | 1490 | }; |
1484 | 1491 | ||