Skip to content

Commit

Permalink
ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
Browse files Browse the repository at this point in the history
All boards based on the P212 reference design (the P212 reference board
itself and the Khadas VIM) have USB connectors (in case of the Khadas
VIM the first port is exposed through the USB Type-C connector, the
second port is connected to a 4-port USB hub).
This enables the USB controller on these boards to make the USB ports
actually usable.

Signed-off-by: Martin Blumenstingl <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
  • Loading branch information
xdarklight authored and khilman committed Apr 18, 2018
1 parent 458baa9 commit b9f07cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,7 @@
pinctrl-0 = <&uart_ao_a_pins>;
pinctrl-names = "default";
};

&usb0 {
status = "okay";
};

0 comments on commit b9f07cb

Please sign in to comment.