diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2018-02-04 11:19:14 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2018-03-21 23:23:13 +0100 |
| commit | e39f6c0b67f496443b339cfef89ffa979b1f1420 (patch) | |
| tree | 680bae7d381a8c4fa61b750056dc979740005168 /arch | |
| parent | 465d6971e9a1da4ac241a47d22f04967e0b13fc8 (diff) | |
mips: bmips: add nb4-ser usb support
Signed-off-by: Ãlvaro Fernández Rojas <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/dts/sfr,nb4-ser.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/sfr,nb4-ser.dts b/arch/mips/dts/sfr,nb4-ser.dts index f2092e9f999..473372faa18 100644 --- a/arch/mips/dts/sfr,nb4-ser.dts +++ b/arch/mips/dts/sfr,nb4-ser.dts @@ -50,6 +50,10 @@ }; }; +&ehci { + status = "okay"; +}; + &gpio0 { status = "okay"; }; @@ -83,6 +87,10 @@ }; }; +&ohci { + status = "okay"; +}; + &pflash { status = "okay"; }; @@ -91,3 +99,7 @@ u-boot,dm-pre-reloc; status = "okay"; }; + +&usbh { + status = "okay"; +}; |
