From e39f6c0b67f496443b339cfef89ffa979b1f1420 Mon Sep 17 00:00:00 2001 From: Álvaro Fernández Rojas Date: Sun, 4 Feb 2018 11:19:14 +0100 Subject: mips: bmips: add nb4-ser usb support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- arch/mips/dts/sfr,nb4-ser.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'arch/mips/dts/sfr,nb4-ser.dts') diff --git a/arch/mips/dts/sfr,nb4-ser.dts b/arch/mips/dts/sfr,nb4-ser.dts index f2092e9f99..473372faa1 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"; +}; -- cgit