diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-21 18:58:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-21 18:58:03 -0400 |
commit | 2511930193a420eb8bb6cfa9c60912626f68ae67 (patch) | |
tree | b57dc223e6c3acd2d0cb6e08859286cf23606bc0 /arch/mips/dts/comtrend,vr-3032u.dts | |
parent | 9c0e2f6ed391f199ba1bf30c7d0b71123a012958 (diff) | |
parent | 358daa5b22f27d0e130ad1eb159b8b2c3c9e1011 (diff) |
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/dts/comtrend,vr-3032u.dts')
-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"; +}; |