提交 914dc329 编写于 作者: J Jason Cooper 提交者: Tony Lindgren

ARM: dts: don't assume boards are using twl4030 for omap3

If a board isn't using twl4030, then dtc will complain about the missing
phandle (which is in twl4030.dtsi).  Move the phy declaration to the dts
files.
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 d5a2b34f
...@@ -122,6 +122,7 @@ ...@@ -122,6 +122,7 @@
&usb_otg_hs { &usb_otg_hs {
interface-type = <0>; interface-type = <0>;
usb-phy = <&usb2_phy>;
mode = <3>; mode = <3>;
power = <50>; power = <50>;
}; };
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
&usb_otg_hs { &usb_otg_hs {
interface-type = <0>; interface-type = <0>;
usb-phy = <&usb2_phy>;
mode = <3>; mode = <3>;
power = <50>; power = <50>;
}; };
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
&usb_otg_hs { &usb_otg_hs {
interface-type = <0>; interface-type = <0>;
usb-phy = <&usb2_phy>;
mode = <3>; mode = <3>;
power = <50>; power = <50>;
}; };
...@@ -519,7 +519,6 @@ ...@@ -519,7 +519,6 @@
interrupts = <0 92 0x4>, <0 93 0x4>; interrupts = <0 92 0x4>, <0 93 0x4>;
interrupt-names = "mc", "dma"; interrupt-names = "mc", "dma";
ti,hwmods = "usb_otg_hs"; ti,hwmods = "usb_otg_hs";
usb-phy = <&usb2_phy>;
multipoint = <1>; multipoint = <1>;
num-eps = <16>; num-eps = <16>;
ram-bits = <12>; ram-bits = <12>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册