diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-02-04 21:10:17 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-03-21 23:23:13 +0100 |
commit | 56928dd57069dce8a50fed7f1b8b7782e6153244 (patch) | |
tree | 99b5b766df664090fc4dd20a71b357e43bc56e57 /arch/mips/dts/comtrend,ar-5387un.dts | |
parent | f94e360614b9a0ae1162437e271637969b8704b0 (diff) |
mips: bmips: add ar-5387un usb support
Signed-off-by: Ãlvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips/dts/comtrend,ar-5387un.dts')
-rw-r--r-- | arch/mips/dts/comtrend,ar-5387un.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,ar-5387un.dts b/arch/mips/dts/comtrend,ar-5387un.dts index 6067881a78..3a97315b3f 100644 --- a/arch/mips/dts/comtrend,ar-5387un.dts +++ b/arch/mips/dts/comtrend,ar-5387un.dts @@ -21,6 +21,10 @@ }; }; +&ehci { + status = "okay"; +}; + &leds { status = "okay"; @@ -51,6 +55,10 @@ }; }; +&ohci { + status = "okay"; +}; + &spi { status = "okay"; @@ -67,3 +75,7 @@ u-boot,dm-pre-reloc; status = "okay"; }; + +&usbh { + status = "okay"; +}; |