ARM: dts: sun7i: bananapi-m1-plus: Enable USB PHY for USB host support
authorChen-Yu Tsai <wens@csie.org>
Tue, 15 Nov 2016 13:51:04 +0000 (21:51 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 22 Nov 2016 14:34:06 +0000 (15:34 +0100)
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: 04c85ecad32a ("ARM: dts: sun7i: Add dts file for Bananapi M1 Plus
      board")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts

index 1df47aa0a07b68854059dae7d6404bf05cabeaef..c88b48ab28369462adc62ef35c437118594c8246 100644 (file)
        pinctrl-0 = <&uart0_pins_a>;
        status = "okay";
 };
+
+&usbphy {
+       /* VBUS on usb host ports are tied to DC5V and therefore always on */
+       status = "okay";
+};