Commit f57e8384 authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Maxime Ripard

arm64: dts: enable the MUSB controller of Pine64 in host-only mode

A64 has a MUSB controller wired to the USB PHY 0, which is connected
to the upper USB Type-A port of Pine64.

As the port is a Type-A female port, enable it in host-only mode in the
device tree, which makes devices with USB Type-A male port can work on
this port (which is originally designed by Pine64 team).
Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 972a3ecd
...@@ -81,6 +81,11 @@ &uart0 { ...@@ -81,6 +81,11 @@ &uart0 {
status = "okay"; status = "okay";
}; };
&usb_otg {
dr_mode = "host";
status = "okay";
};
&usbphy { &usbphy {
status = "okay"; status = "okay";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment