]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun8i-q8-common: Add support for USB wifi controllers
authorHans de Goede <hdegoede@redhat.com>
Wed, 15 Jun 2016 18:23:50 +0000 (20:23 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:18:06 +0000 (21:18 +0200)
Some of the sun8i q8 boards have an usb wifi controller, on other
variants this will result in an used usb root-hub, but the best
way to deal with wifi on this boards is to simply let the kernel
auto-detect usb or sdio wifi controllers.

This has been tested on an a23 based q8 tablet with a RTL8188ETV wifi
controller.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-q8-common.dtsi

index 991087f7f13053cdd6eb61dfff20c1f707444867..f3f4ce025cad8884907d7b69cb3cfc9ff25bec5d 100644 (file)
@@ -63,6 +63,10 @@ chosen {
        };
 };
 
+&ehci0 {
+       status  = "okay";
+};
+
 &mmc0 {
        pinctrl-names = "default";
        pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_q8>;
@@ -171,6 +175,12 @@ &reg_dcdc5 {
        regulator-name = "vcc-dram";
 };
 
+&reg_dldo1 {
+       regulator-min-microvolt = <3300000>;
+       regulator-max-microvolt = <3300000>;
+       regulator-name = "vcc-wifi";
+};
+
 &reg_drivevbus {
        regulator-name = "usb0-vbus";
        status = "okay";
@@ -205,5 +215,6 @@ &usbphy {
        usb0_id_det-gpio = <&pio 7 8 GPIO_ACTIVE_HIGH>; /* PH8 */
        usb0_vbus_power-supply = <&usb_power_supply>;
        usb0_vbus-supply = <&reg_drivevbus>;
+       usb1_vbus-supply = <&reg_dldo1>;
        status = "okay";
 };