Commit 694341cf authored by Timo Sigurdsson's avatar Timo Sigurdsson Committed by Arnd Bergmann

ARM: Fix broken USB support in sunxi_defconfig

Commit 69fb4dca ("power: Add an axp20x-usb-power driver") introduced a new
driver for the USB power supply used on various Allwinner based SBCs. However,
the driver was not added to sunxi_defconfig which breaks USB support for some
boards (e.g. LeMaker BananaPi) as the kernel will now turn off the USB power
supply during boot by default if the driver isn't present. (This was not the
case in linux 4.3 or lower where the USB power was always left on.)

Hence, add the driver to sunxi_defconfig in order to keep USB support working
on those boards that require it.
Signed-off-by: default avatarTimo Sigurdsson <public_timo.s@silentcreek.de>
Reported-by: default avatarDavid Tulloh <david@tulloh.id.au>
Tested-by: default avatarDavid Tulloh <david@tulloh.id.au>
Tested-by: default avatarTimo Sigurdsson <public_timo.s@silentcreek.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 80373d37
......@@ -84,6 +84,7 @@ CONFIG_SPI_SUN4I=y
CONFIG_SPI_SUN6I=y
CONFIG_GPIO_SYSFS=y
CONFIG_POWER_SUPPLY=y
CONFIG_AXP20X_POWER=y
CONFIG_THERMAL=y
CONFIG_CPU_THERMAL=y
CONFIG_WATCHDOG=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment