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

Commit 377c2b34 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun7i: lamobo-r1: Fix USB-based WiFi module power



On the Lamobo R1, USB2 is connected to the RTL8192CU WiFi module.
The power enable pin is connected to PH12.

Fix the enable pin the reg_usb2_vbus.

Also disable ohci1, as the WiFi module is USB 2.0 capable.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent d509e205
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -212,10 +212,6 @@
	status = "okay";
};

&ohci1 {
	status = "okay";
};

&otg_sram {
	status = "okay";
};
@@ -291,6 +287,7 @@
};

&reg_usb2_vbus {
	gpio = <&pio 7 12 GPIO_ACTIVE_HIGH>; /* PH12 */
	status = "okay";
};

@@ -329,6 +326,10 @@
	status = "okay";
};

&usb2_vbus_pin_a {
	allwinner,pins = "PH12";
};

&usbphy {
	pinctrl-names = "default";
	pinctrl-0 = <&usb0_id_detect_pin>;