diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-02-04 21:11:17 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-03-21 23:23:13 +0100 |
commit | 358daa5b22f27d0e130ad1eb159b8b2c3c9e1011 (patch) | |
tree | b57dc223e6c3acd2d0cb6e08859286cf23606bc0 /arch/mips | |
parent | ee1f79b7385d192141fb7bb0dbf242226e8bef46 (diff) | |
download | u-boot-358daa5b22f27d0e130ad1eb159b8b2c3c9e1011.tar.gz u-boot-358daa5b22f27d0e130ad1eb159b8b2c3c9e1011.tar.xz u-boot-358daa5b22f27d0e130ad1eb159b8b2c3c9e1011.zip |
mips: bmips: add ar-5315 usb support
Signed-off-by: Ãlvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/dts/comtrend,ar-5315u.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,ar-5315u.dts b/arch/mips/dts/comtrend,ar-5315u.dts index 4e4d69b638..af3159a03a 100644 --- a/arch/mips/dts/comtrend,ar-5315u.dts +++ b/arch/mips/dts/comtrend,ar-5315u.dts @@ -21,6 +21,10 @@ }; }; +&ehci { + status = "okay"; +}; + &leds { status = "okay"; @@ -67,6 +71,10 @@ }; }; +&ohci { + status = "okay"; +}; + &spi { status = "okay"; @@ -83,3 +91,7 @@ u-boot,dm-pre-reloc; status = "okay"; }; + +&usbh { + status = "okay"; +}; |