Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cff18cb authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun7i: bananapi-m1-plus: Enable USB PHY for USB host support



The 2 USB host ports are directly tied to the 2 USB hosts in the SoC.
The 2 host pairs were already enabled, but the USB PHY wasn't.
VBUS on the 2 ports are always on.

Enable the USB PHY.

Fixes: 04c85eca ("ARM: dts: sun7i: Add dts file for Bananapi M1 Plus
		      board")
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent daa4c260
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -227,3 +227,8 @@
	pinctrl-0 = <&uart0_pins_a>;
	status = "okay";
};

&usbphy {
	/* VBUS on usb host ports are tied to DC5V and therefore always on */
	status = "okay";
};