sun6i: ehci: Add sun6i ehci support
[oweals/u-boot.git] / board / sunxi / Kconfig
index b2beea07e08e35a47096f2901d3842a5ea2a3158..c3f865d2983e89fb8ecc2e25ff6ab1469d8c7a53 100644 (file)
@@ -200,6 +200,7 @@ config MMC_SUNXI_SLOT_EXTRA
 config USB1_VBUS_PIN
        string "Vbus enable pin for usb1 (ehci0)"
        default "PH6" if MACH_SUN4I || MACH_SUN7I
+       default "PH27" if MACH_SUN6I
        ---help---
        Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
        a string in the format understood by sunxi_name_to_gpio, e.g.
@@ -208,6 +209,7 @@ config USB1_VBUS_PIN
 config USB2_VBUS_PIN
        string "Vbus enable pin for usb2 (ehci1)"
        default "PH3" if MACH_SUN4I || MACH_SUN7I
+       default "PH24" if MACH_SUN6I
        ---help---
        See USB1_VBUS_PIN help text.