arm64: dts: zii-ultra: limit USB ports to USB2 speed
authorLucas Stach <l.stach@pengutronix.de>
Mon, 25 Jan 2021 18:47:34 +0000 (19:47 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 30 Jan 2021 13:54:15 +0000 (21:54 +0800)
The internal USB is connected to a USB2 hub, the front-panel USB
is wired directly, but does not support USB3 speeds electrically.
Limit both ports accordingly.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi

index aa05d5f..edbde9e 100644 (file)
 
 &usb_dwc3_0 {
        dr_mode = "host";
+       maximum-speed = "high-speed";
        status = "okay";
 };
 
 
 &usb_dwc3_1 {
        dr_mode = "host";
+       maximum-speed = "high-speed";
        status = "okay";
 };