Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Grzeschik and committed by
Shawn Guo
562ed3e4 e5081139

+1
+1
arch/arm/boot/dts/imx25.dtsi
··· 570 570 clock-names = "ipg", "ahb", "per"; 571 571 fsl,usbmisc = <&usbmisc 1>; 572 572 fsl,usbphy = <&usbphy1>; 573 + maximum-speed = "full-speed"; 573 574 phy_type = "serial"; 574 575 dr_mode = "host"; 575 576 status = "disabled";