Skip to content

Commit 5b1a618

Browse files
silentcreekarndb
authored andcommitted
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
Commit 69fb4dc ("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 multi_v7_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 multi_v7_defconfig in order to keep USB support working on those boards that require it. Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de> Tested-by: Timo Sigurdsson <public_timo.s@silentcreek.de> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 20f1275 commit 5b1a618

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/configs/multi_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ CONFIG_BATTERY_MAX17042=m
366366
CONFIG_CHARGER_MAX14577=m
367367
CONFIG_CHARGER_MAX77693=m
368368
CONFIG_CHARGER_TPS65090=y
369+
CONFIG_AXP20X_POWER=m
369370
CONFIG_POWER_RESET_AS3722=y
370371
CONFIG_POWER_RESET_GPIO=y
371372
CONFIG_POWER_RESET_GPIO_RESTART=y

0 commit comments

Comments
 (0)