Skip to content
Snippets Groups Projects
Commit b871f636 authored by Hans de Goede's avatar Hans de Goede
Browse files

sun6i: Correct Mele M9 Vbus gpio settings


I noticed that the kernel and u-boot settings were different, double checking
has confirmed that the kernel settings are correct.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
parent f222c73a
No related branches found
No related tags found
No related merge requests found
...@@ -14,5 +14,7 @@ CONFIG_FDTFILE="sun6i-a31-m9.dtb" ...@@ -14,5 +14,7 @@ CONFIG_FDTFILE="sun6i-a31-m9.dtb"
# HDMI power ? # HDMI power ?
+S:CONFIG_AXP221_ALDO2_VOLT=1800 +S:CONFIG_AXP221_ALDO2_VOLT=1800
+S:CONFIG_AXP221_ALDO3_VOLT=3000 +S:CONFIG_AXP221_ALDO3_VOLT=3000
# No Vbus gpio for usb1 # Vbus gpio for usb1
+S:CONFIG_USB1_VBUS_PIN="" +S:CONFIG_USB1_VBUS_PIN="PC27"
# No Vbus gpio for usb2
+S:CONFIG_USB2_VBUS_PIN=""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment