diff options
Diffstat (limited to 'arch/arm/boot/dts/imx6q.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 35e5895ba3df..f3990b04fecf 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi | |||
@@ -400,8 +400,8 @@ | |||
400 | #clock-cells = <1>; | 400 | #clock-cells = <1>; |
401 | }; | 401 | }; |
402 | 402 | ||
403 | anatop@020c8000 { | 403 | anatop: anatop@020c8000 { |
404 | compatible = "fsl,imx6q-anatop"; | 404 | compatible = "fsl,imx6q-anatop", "syscon", "simple-bus"; |
405 | reg = <0x020c8000 0x1000>; | 405 | reg = <0x020c8000 0x1000>; |
406 | interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>; | 406 | interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>; |
407 | 407 | ||
@@ -531,6 +531,11 @@ | |||
531 | interrupts = <0 89 0x04 0 90 0x04>; | 531 | interrupts = <0 89 0x04 0 90 0x04>; |
532 | }; | 532 | }; |
533 | 533 | ||
534 | gpr: iomuxc-gpr@020e0000 { | ||
535 | compatible = "fsl,imx6q-iomuxc-gpr", "syscon"; | ||
536 | reg = <0x020e0000 0x38>; | ||
537 | }; | ||
538 | |||
534 | iomuxc@020e0000 { | 539 | iomuxc@020e0000 { |
535 | compatible = "fsl,imx6q-iomuxc"; | 540 | compatible = "fsl,imx6q-iomuxc"; |
536 | reg = <0x020e0000 0x4000>; | 541 | reg = <0x020e0000 0x4000>; |