Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 914dc329 authored by Jason Cooper's avatar Jason Cooper Committed by Tony Lindgren
Browse files

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: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d5a2b34f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@

&usb_otg_hs {
	interface-type = <0>;
	usb-phy = <&usb2_phy>;
	mode = <3>;
	power = <50>;
};
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@

&usb_otg_hs {
	interface-type = <0>;
	usb-phy = <&usb2_phy>;
	mode = <3>;
	power = <50>;
};
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@

&usb_otg_hs {
	interface-type = <0>;
	usb-phy = <&usb2_phy>;
	mode = <3>;
	power = <50>;
};
+0 −1
Original line number Diff line number Diff line
@@ -519,7 +519,6 @@
			interrupts = <0 92 0x4>, <0 93 0x4>;
			interrupt-names = "mc", "dma";
			ti,hwmods = "usb_otg_hs";
			usb-phy = <&usb2_phy>;
			multipoint = <1>;
			num-eps = <16>;
			ram-bits = <12>;