From 0975a61513e78c30d0242203f6dfcac6fc08c6b9 Mon Sep 17 00:00:00 2001 From: Álvaro Fernández Rojas Date: Sun, 4 Feb 2018 11:18:26 +0100 Subject: mips: bmips: add ct-5361 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/comtrend,ct-5361.dts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/mips/dts/comtrend,ct-5361.dts') diff --git a/arch/mips/dts/comtrend,ct-5361.dts b/arch/mips/dts/comtrend,ct-5361.dts index c909a528a9..74dc09046c 100644 --- a/arch/mips/dts/comtrend,ct-5361.dts +++ b/arch/mips/dts/comtrend,ct-5361.dts @@ -39,6 +39,10 @@ status = "okay"; }; +&ohci { + status = "okay"; +}; + &pflash { status = "okay"; }; @@ -47,3 +51,7 @@ u-boot,dm-pre-reloc; status = "okay"; }; + +&usbh { + status = "okay"; +}; -- cgit