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,wap-5813n.dts | |
parent | 9c0e2f6ed391f199ba1bf30c7d0b71123a012958 (diff) | |
parent | 358daa5b22f27d0e130ad1eb159b8b2c3c9e1011 (diff) |
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/dts/comtrend,wap-5813n.dts')
-rw-r--r-- | arch/mips/dts/comtrend,wap-5813n.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,wap-5813n.dts b/arch/mips/dts/comtrend,wap-5813n.dts index 29386e2662..f1f5430b42 100644 --- a/arch/mips/dts/comtrend,wap-5813n.dts +++ b/arch/mips/dts/comtrend,wap-5813n.dts @@ -51,10 +51,18 @@ }; }; +&ehci { + status = "okay"; +}; + &gpio0 { status = "okay"; }; +&ohci { + status = "okay"; +}; + &pflash { status = "okay"; }; @@ -63,3 +71,7 @@ u-boot,dm-pre-reloc; status = "okay"; }; + +&usbh { + status = "okay"; +}; |