diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-02-04 21:10:21 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-03-21 23:23:13 +0100 |
commit | 485d2cd3d619bbd74c966aaeb2ff1db1120f8ca5 (patch) | |
tree | 1ba65e9007d492bd44cedccee3989947de16d501 /arch/mips | |
parent | 35e03f00115dc4ab15e3d934a8e05752ec40a845 (diff) | |
download | u-boot-485d2cd3d619bbd74c966aaeb2ff1db1120f8ca5.tar.gz |
mips: bmips: add vr-3032u usb support
Signed-off-by: Ãlvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/dts/comtrend,vr-3032u.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,vr-3032u.dts b/arch/mips/dts/comtrend,vr-3032u.dts index 54e738c821..9bbecbcdff 100644 --- a/arch/mips/dts/comtrend,vr-3032u.dts +++ b/arch/mips/dts/comtrend,vr-3032u.dts @@ -21,6 +21,10 @@ }; }; +&ehci { + status = "okay"; +}; + &leds { status = "okay"; brcm,serial-leds; @@ -64,7 +68,15 @@ }; }; +&ohci { + status = "okay"; +}; + &uart0 { u-boot,dm-pre-reloc; status = "okay"; }; + +&usbh { + status = "okay"; +}; |