]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
authorTimo Sigurdsson <public_timo.s@silentcreek.de>
Fri, 1 Jan 2016 13:38:22 +0000 (14:38 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Jan 2016 15:02:19 +0000 (16:02 +0100)
commit5b1a618118e7600c144f6e39e5337ae00ca5a346
tree4a7c6ba41c6cdebc42b6b88f9e8c32b88571089a
parent20f12758c9a837e9cafd7ced59f0b4c7a3961281
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices

Commit 69fb4dcada77 ("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>
arch/arm/configs/multi_v7_defconfig