rockchip: dts: rk3328-rock64: enable usb3 xhci controller

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>
This commit is contained in:
Kever Yang 2019-08-15 11:28:31 +08:00
parent 2fcff365e0
commit 8e5c8571fe

View File

@ -32,3 +32,7 @@
&sdmmc {
u-boot,dm-pre-reloc;
};
&usb_host0_xhci {
status = "okay";
};