diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-02-04 11:18:26 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-03-21 23:23:13 +0100 |
commit | 0975a61513e78c30d0242203f6dfcac6fc08c6b9 (patch) | |
tree | ce661f1cf46686ed6315d56401a4d317c95d2cf6 /arch/mips/dts | |
parent | d51aaf84cbcf56c1b6b085390c0f0438df187ede (diff) |
mips: bmips: add ct-5361 usb support
Signed-off-by: Ãlvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r-- | arch/mips/dts/comtrend,ct-5361.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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"; +}; |