https://github.com/torvalds/linux
Revision 5b1a618118e7600c144f6e39e5337ae00ca5a346 authored by Timo Sigurdsson on 01 January 2016, 13:38:22 UTC, committed by Arnd Bergmann on 07 January 2016, 15:02:19 UTC
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>
1 parent 20f1275
History
Tip revision: 5b1a618118e7600c144f6e39e5337ae00ca5a346 authored by Timo Sigurdsson on 01 January 2016, 13:38:22 UTC
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
Tip revision: 5b1a618

back to top