Commit e5081139 authored by Michael Grzeschik's avatar Michael Grzeschik Committed by Shawn Guo
Browse files

ARM: dts: imx25: consolidate properties of usbhost1 in dtsi file



The usb port represented by &usbhost1 uses an USB phy internal to the
SoC. We add the phy_type to the base dtsi so the board dts only have to
overwrite it if they use a different configuration. While at it we also
pin the usbhost port to host mode.

Signed-off-by: default avatarMichael Grzeschik <m.grzeschik@pengutronix.de>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6d870924
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -165,8 +165,6 @@
};

&usbhost1 {
	phy_type = "serial";
	dr_mode = "host";
	status = "okay";
};

+0 −2
Original line number Diff line number Diff line
@@ -304,8 +304,6 @@
};

&usbhost1 {
	phy_type = "serial";
	dr_mode = "host";
	status = "okay";
};

+2 −0
Original line number Diff line number Diff line
@@ -570,6 +570,8 @@
				clock-names = "ipg", "ahb", "per";
				fsl,usbmisc = <&usbmisc 1>;
				fsl,usbphy = <&usbphy1>;
				phy_type = "serial";
				dr_mode = "host";
				status = "disabled";
			};