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>
This commit is contained in:
Peter Chen 2013-12-20 15:52:01 +08:00 committed by Shawn Guo
parent 4c2620e731
commit 76a3885506
2 changed files with 4 additions and 0 deletions

View file

@ -576,6 +576,7 @@ usbphy1: usbphy@020c9000 {
reg = <0x020c9000 0x1000>;
interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks 182>;
fsl,anatop = <&anatop>;
};
usbphy2: usbphy@020ca000 {
@ -583,6 +584,7 @@ usbphy2: usbphy@020ca000 {
reg = <0x020ca000 0x1000>;
interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks 183>;
fsl,anatop = <&anatop>;
};
snvs@020cc000 {

View file

@ -519,6 +519,7 @@ usbphy1: usbphy@020c9000 {
reg = <0x020c9000 0x1000>;
interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6SL_CLK_USBPHY1>;
fsl,anatop = <&anatop>;
};
usbphy2: usbphy@020ca000 {
@ -526,6 +527,7 @@ usbphy2: usbphy@020ca000 {
reg = <0x020ca000 0x1000>;
interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6SL_CLK_USBPHY2>;
fsl,anatop = <&anatop>;
};
snvs@020cc000 {