aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-12-20 02:52:01 -0500
committerShawn Guo <shawn.guo@linaro.org>2014-02-10 03:27:28 -0500
commit76a38855067576681b78a29c0e461e5f3e7a52d6 (patch)
tree8fb028e9df6ce2ed567b717d141862992c251c89
parent4c2620e731cdab3fbefb6eac37d54e91975bfc98 (diff)
ARM: dts: imx6: add anatop phandle for usbphy
Add anatop phandle for usbphy Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi2
-rw-r--r--arch/arm/boot/dts/imx6sl.dtsi2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 8a7ce97ccf94..e78497eebdef 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -576,6 +576,7 @@
576 reg = <0x020c9000 0x1000>; 576 reg = <0x020c9000 0x1000>;
577 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>; 577 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
578 clocks = <&clks 182>; 578 clocks = <&clks 182>;
579 fsl,anatop = <&anatop>;
579 }; 580 };
580 581
581 usbphy2: usbphy@020ca000 { 582 usbphy2: usbphy@020ca000 {
@@ -583,6 +584,7 @@
583 reg = <0x020ca000 0x1000>; 584 reg = <0x020ca000 0x1000>;
584 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>; 585 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
585 clocks = <&clks 183>; 586 clocks = <&clks 183>;
587 fsl,anatop = <&anatop>;
586 }; 588 };
587 589
588 snvs@020cc000 { 590 snvs@020cc000 {
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index 8e7bce20ee51..e27d3bb33bb9 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -519,6 +519,7 @@
519 reg = <0x020c9000 0x1000>; 519 reg = <0x020c9000 0x1000>;
520 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>; 520 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
521 clocks = <&clks IMX6SL_CLK_USBPHY1>; 521 clocks = <&clks IMX6SL_CLK_USBPHY1>;
522 fsl,anatop = <&anatop>;
522 }; 523 };
523 524
524 usbphy2: usbphy@020ca000 { 525 usbphy2: usbphy@020ca000 {
@@ -526,6 +527,7 @@
526 reg = <0x020ca000 0x1000>; 527 reg = <0x020ca000 0x1000>;
527 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>; 528 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
528 clocks = <&clks IMX6SL_CLK_USBPHY2>; 529 clocks = <&clks IMX6SL_CLK_USBPHY2>;
530 fsl,anatop = <&anatop>;
529 }; 531 };
530 532
531 snvs@020cc000 { 533 snvs@020cc000 {