Skip to content

Commit 694341c

Browse files
silentcreekarndb
authored andcommitted
ARM: Fix broken USB support in sunxi_defconfig
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 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: Timo Sigurdsson <public_timo.s@silentcreek.de> Reported-by: David Tulloh <david@tulloh.id.au> Tested-by: David Tulloh <david@tulloh.id.au> Tested-by: Timo Sigurdsson <public_timo.s@silentcreek.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent 80373d3 commit 694341c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/configs/sunxi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ CONFIG_SPI_SUN4I=y
8484
CONFIG_SPI_SUN6I=y
8585
CONFIG_GPIO_SYSFS=y
8686
CONFIG_POWER_SUPPLY=y
87+
CONFIG_AXP20X_POWER=y
8788
CONFIG_THERMAL=y
8889
CONFIG_CPU_THERMAL=y
8990
CONFIG_WATCHDOG=y

0 commit comments

Comments
 (0)