]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sun6i: Correct Mele M9 Vbus gpio settings
authorHans de Goede <hdegoede@redhat.com>
Sun, 23 Nov 2014 11:33:20 +0000 (12:33 +0100)
committerHans de Goede <hdegoede@redhat.com>
Tue, 25 Nov 2014 12:38:46 +0000 (13:38 +0100)
I noticed that the kernel and u-boot settings were different, double checking
has confirmed that the kernel settings are correct.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
configs/Mele_M9_defconfig

index f46439fa4e8bb91d4d0b90827d82869a6c9b640d..40eabce492c1d06364a2c1292af0ccc8ce722f0d 100644 (file)
@@ -14,5 +14,7 @@ CONFIG_FDTFILE="sun6i-a31-m9.dtb"
 # HDMI power ?
 +S:CONFIG_AXP221_ALDO2_VOLT=1800
 +S:CONFIG_AXP221_ALDO3_VOLT=3000
-# No Vbus gpio for usb1
-+S:CONFIG_USB1_VBUS_PIN=""
+# Vbus gpio for usb1
++S:CONFIG_USB1_VBUS_PIN="PC27"
+# No Vbus gpio for usb2
++S:CONFIG_USB2_VBUS_PIN=""