Browse Source

ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller

The Khadas VIM2 board connects the dwc3 controller to an internal 4-port
USB hub which. Two of these ports are accessible directly soldered to
the board, while the other two are accessible through the 40-pin "GPIO"
header.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Martin Blumenstingl 7 years ago
parent
commit
4b7b0d7b25
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts

+ 4 - 0
arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts

@@ -406,3 +406,7 @@
 	status = "okay";
 	vref-supply = <&vddio_ao18>;
 };
+
+&usb0 {
+	status = "okay";
+};