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: Michael Grzeschik <m.grzeschik@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Michael Grzeschik 2019-11-20 22:13:33 +01:00 committed by Shawn Guo
parent 6d8709248d
commit e50811396a
3 changed files with 2 additions and 4 deletions

View file

@ -165,8 +165,6 @@
};
&usbhost1 {
phy_type = "serial";
dr_mode = "host";
status = "okay";
};

View file

@ -304,8 +304,6 @@
};
&usbhost1 {
phy_type = "serial";
dr_mode = "host";
status = "okay";
};

View file

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