diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-21 18:58:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-21 18:58:03 -0400 |
commit | 2511930193a420eb8bb6cfa9c60912626f68ae67 (patch) | |
tree | b57dc223e6c3acd2d0cb6e08859286cf23606bc0 /arch/mips/dts/sfr,nb4-ser.dts | |
parent | 9c0e2f6ed391f199ba1bf30c7d0b71123a012958 (diff) | |
parent | 358daa5b22f27d0e130ad1eb159b8b2c3c9e1011 (diff) |
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/dts/sfr,nb4-ser.dts')
-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 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"; +}; |