]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Fix broken USB support in sunxi_defconfig
authorTimo Sigurdsson <public_timo.s@silentcreek.de>
Tue, 29 Dec 2015 01:47:33 +0000 (02:47 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 16:01:59 +0000 (17:01 +0100)
commit9f3213e608e55e5e620c0a87d3b8a5e3cf711fa9
tree7d41bae607f64f8f85149af52af99198346095dc
parent552ca775a33a1075063bc12495884d4fe2dcd3f6
ARM: Fix broken USB support in sunxi_defconfig

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 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>
arch/arm/configs/sunxi_defconfig