ARM: dts: imx51-zii-rdu1: limit usbh1 to full-speed
authorNikita Yushchenko <nikita.yoush@cogentembedded.com>
Tue, 15 May 2018 08:45:02 +0000 (11:45 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 20 May 2018 12:35:09 +0000 (20:35 +0800)
On RDU1, imx51 usbh1 interface is either not used, or used via external
block that breaks USB2 signalling.

To keep things working if high-speed device gets connected to that
block, use ChipIdea feature to limit port to full speed.

Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-zii-rdu1.dts

index 991fa07..0c8bae9 100644 (file)
        phy_type = "ulpi";
        fsl,usbphy = <&usbh1phy>;
        disable-over-current;
+       maximum-speed = "full-speed";
        vbus-supply = <&reg_5p0v_main>;
        status = "okay";
 };