1
0
Fork 0

arm64: dts: meson-axg-s400: enable USB OTG

This enables USB OTG on the S400 board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
zero-sugar-mainline-defconfig
Neil Armstrong 2020-09-17 08:59:49 +02:00 committed by Kevin Hilman
parent 1b208bab34
commit f450d2c219
1 changed files with 6 additions and 0 deletions

View File

@ -584,3 +584,9 @@
pinctrl-0 = <&uart_ao_a_pins>;
pinctrl-names = "default";
};
&usb {
status = "okay";
dr_mode = "otg";
vbus-supply = <&usb_pwr>;
};