Commit 76a38855 authored by Peter Chen's avatar Peter Chen Committed by Shawn Guo

ARM: dts: imx6: add anatop phandle for usbphy

Add anatop phandle for usbphy
Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 4c2620e7
......@@ -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 {
......
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment