diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-08-15 11:28:31 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-08-23 15:27:40 +0800 |
commit | 8e5c8571fee9ff5f1c9ca43d43cc2dc78a5181a4 (patch) | |
tree | f46f35cdc29e26a3278a82eb4698adf85eeffc42 /arch | |
parent | 2fcff365e0d1a9620081f7f949ada04de84b8a5e (diff) | |
download | u-boot-8e5c8571fee9ff5f1c9ca43d43cc2dc78a5181a4.tar.gz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3328-rock64-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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"; +}; |