]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: defconfig: Set bcm2835-dma as built-in
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Fri, 24 Jan 2020 21:08:33 +0000 (22:08 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 10 Feb 2020 04:38:12 +0000 (20:38 -0800)
commitc3009aae93e6a47bb9355a645e6e03faaeac5edc
tree84cdf5f7850a3c0aa1961b5324e6f7cdae1746f9
parent9f9285b96014e47599924b03ab0c07fa1549e04b
arm64: defconfig: Set bcm2835-dma as built-in

With the introduction of bbeee0533f00 ("mmc: bcm2835: Use
dma_request_chan() instead dma_request_slave_channel()") sdhost-bcm2835
now waits for its DMA channel to be available when defined in the
device-tree (it would previously default to PIO). Albeit the right
behaviour, the MMC host is needed for booting. So this makes sure the
DMA channel shows up in time.

Fixes: bbeee0533f00 ("mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()")
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/configs/defconfig