
17 Aug
2019
17 Aug
'19
4:15 p.m.
Hi Kever,
I've just tested the series on my Rock64 and I see the following issue. An USB pen-drive is not discovered by `usb start' when attached to the USB3 (blue) port. Attaching to USB2 port works fine.
чт, 15 авг. 2019 г. в 11:14, Kever Yang kever.yang@rock-chips.com:
Rock64 has a USB3.0 port, enable the controller so that we can use it.
Signed-off-by: Kever Yang kever.yang@rock-chips.com
arch/arm/dts/rk3328-rock64-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/rk3328-rock64-u-boot.dtsi b/arch/arm/dts/rk3328-rock64-u-boot.dtsi index dbcce6ac64..21c2afca3c 100644 --- a/arch/arm/dts/rk3328-rock64-u-boot.dtsi +++ b/arch/arm/dts/rk3328-rock64-u-boot.dtsi @@ -32,3 +32,7 @@ &sdmmc { u-boot,dm-pre-reloc; };
+&usb_host0_xhci {
status = "okay";
+};
2.17.1
--
With best regards,
Matwey V. Kornilov