]> git.baikalelectronics.ru Git - kernel.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)
commit115f35213efbc3ff2ce6b90a3333f3f0ee3ba33d
tree4a7c6ba41c6cdebc42b6b88f9e8c32b88571089a
parent5db271a1819f82688dce8ee7a6555b471769eaa2
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices

Commit 07fb9eeefca3 ("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