ARM: dts: imx25: describe maximum speed of internal usbhost port1 phy
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Wed, 20 Nov 2019 21:13:34 +0000 (22:13 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2019 00:28:07 +0000 (08:28 +0800)
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>
arch/arm/boot/dts/imx25.dtsi

index 7c7795b..40b95a2 100644 (file)
                                clock-names = "ipg", "ahb", "per";
                                fsl,usbmisc = <&usbmisc 1>;
                                fsl,usbphy = <&usbphy1>;
+                               maximum-speed = "full-speed";
                                phy_type = "serial";
                                dr_mode = "host";
                                status = "disabled";