mmc: bcm2835_sdhci: set SDHCI_QUIRK_BROKEN_SDMA flag
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 20 Jan 2020 09:50:45 +0000 (18:50 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +0100)
commit5c0a5cdf08cbe7eb54fe79b09a002eeec081946b
tree9cfc4a1f587a16923dd4ee614c079a5e56b161d2
parent27fc1dc48b3efa249512e89063e5f1f7999bc622
mmc: bcm2835_sdhci: set SDHCI_QUIRK_BROKEN_SDMA flag

RPI4 is used device-tree that taken from firmware.
mmcnr@73e00000 is enabled on device-tree, so it's probed on u-boot side.
Because it's for SDIO interface, it doesn't need to probe.
When SDMA is enabled, mmcnr's probe is always failed.

Below log is unnecessary :
  sdhci_setup_cfg: Your controller doesn't support SDMA!!
  mmcnr@7e30000 - probe failed: -22

Change-Id: Icb1cbebf9172d8bf6d14bd167e28eb3d570a21cd
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/bcm2835_sdhci.c