summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx25.dtsi
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2019-11-20 22:13:34 +0100
committerShawn Guo <shawnguo@kernel.org>2019-12-09 08:28:07 +0800
commit562ed3e439a6e697b562590d4fb3c857352c60a2 (patch)
tree901aa4437d971a2d64332442d3813de0beefca69 /arch/arm/boot/dts/imx25.dtsi
parente50811396a4941c629797dd51c9c0a1606414cbd (diff)
ARM: dts: imx25: describe maximum speed of internal usbhost port1 phy
The internal usbphy of usbhost port1 is only full-speed capable. We set this limitation in the dtsi. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx25.dtsi')
-rw-r--r--arch/arm/boot/dts/imx25.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index 7c7795b40ee0..40b95a290bd6 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -570,6 +570,7 @@
clock-names = "ipg", "ahb", "per";
fsl,usbmisc = <&usbmisc 1>;
fsl,usbphy = <&usbphy1>;
+ maximum-speed = "full-speed";
phy_type = "serial";
dr_mode = "host";
status = "disabled";