diff options
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2019-11-20 22:13:34 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-09 01:28:07 +0100 |
commit | 562ed3e439a6e697b562590d4fb3c857352c60a2 (patch) | |
tree | 901aa4437d971a2d64332442d3813de0beefca69 | |
parent | ARM: dts: imx25: consolidate properties of usbhost1 in dtsi file (diff) | |
download | linux-562ed3e439a6e697b562590d4fb3c857352c60a2.tar.xz linux-562ed3e439a6e697b562590d4fb3c857352c60a2.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 1 |
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"; |