diff options
| author | Beniamino Galvani <[email protected]> | 2019-08-18 15:42:55 +0200 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2020-05-11 10:07:57 +0200 |
| commit | 375d79cdbb6bdeaa9bc10dd34c3b22dd6838d4f3 (patch) | |
| tree | 334364e48152b14b2bea6e15974d244dd817fc37 /arch | |
| parent | c5c657644bc35fd6b3d6e5517698721e90646b8d (diff) | |
odroid-c2: enable USB host controller
Enable the second USB controller, which is connected to a hub with 4
ports. The first controller is for the OTG port and is currently not
supported.
Signed-off-by: Beniamino Galvani <[email protected]>
[narmstrong: removed useless DWC2_UTMI_WIDTH in meson64.h]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi b/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi index c35158d7e9e..484b40504dc 100644 --- a/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi +++ b/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi @@ -5,3 +5,11 @@ */ #include "meson-gx-u-boot.dtsi" + +&usb0 { + status = "disabled"; +}; + +&usb1 { + hnp-srp-disable; +}; |
