Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mmc: meson-gx: add dram-access-quirk property

On the Amlogic G12A SoC family, (only) the SDIO controller has a bug which
makes any DRAM access from the MMC controller fail.

Add the amlogic,dram-access-quirk property so signal this particular
controller has this bug and needs a quirk to work properly.

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Neil Armstrong and committed by
Ulf Hansson
5a46b6fa 754aee55

+4
+4
Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt
··· 22 22 clock rate requested by the MMC core. 23 23 - resets : phandle of the internal reset line 24 24 25 + Optional properties: 26 + - amlogic,dram-access-quirk: set when controller's internal DMA engine cannot access the 27 + DRAM memory, like on the G12A dedicated SDIO controller. 28 + 25 29 Example: 26 30 27 31 sd_emmc_a: mmc@70000 {