mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
drivers: mmc: sdhci-brcmstb: bcm2712 supports HS400es and clock gating
Enhanced Strobe and clock gating are set in the SDHCI_VENDOR register, so make the driver aware it needs to do this for this controller. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
This commit is contained in:
committed by
Phil Elwell
parent
f037097d0d
commit
4fd213e686
@@ -400,6 +400,8 @@ static const struct brcmstb_match_priv match_priv_7216 = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct brcmstb_match_priv match_priv_2712 = {
|
static const struct brcmstb_match_priv match_priv_2712 = {
|
||||||
|
.flags = BRCMSTB_MATCH_FLAGS_HAS_CLOCK_GATE,
|
||||||
|
.hs400es = sdhci_brcmstb_hs400es,
|
||||||
.cfginit = sdhci_brcmstb_cfginit_2712,
|
.cfginit = sdhci_brcmstb_cfginit_2712,
|
||||||
.ops = &sdhci_brcmstb_ops_2712,
|
.ops = &sdhci_brcmstb_ops_2712,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user