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

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
......@@ -165,8 +165,6 @@ &uart2 {
};
&usbhost1 {
phy_type = "serial";
dr_mode = "host";
status = "okay";
};
......
......@@ -304,8 +304,6 @@ &uart1 {
};
&usbhost1 {
phy_type = "serial";
dr_mode = "host";
status = "okay";
};
......
......@@ -570,6 +570,8 @@ usbhost1: usb@53ff4400 {
clock-names = "ipg", "ahb", "per";
fsl,usbmisc = <&usbmisc 1>;
fsl,usbphy = <&usbphy1>;
phy_type = "serial";
dr_mode = "host";
status = "disabled";
};
......
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