Skip to content

Commit d287837

Browse files
committed
fixup! drivers: mmc: sdhci-brcmstb: bcm2712 supports HS400es and clock gating
Declaring auto-clockgate support for a host that can interface with SDIO cards is a bug. See: #6237 Signed-off-by: Phil Elwell <[email protected]>
1 parent 3d1ceea commit d287837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mmc/host/sdhci-brcmstb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ static struct brcmstb_match_priv match_priv_74165b0 = {
487487
};
488488

489489
static const struct brcmstb_match_priv match_priv_2712 = {
490-
.flags = BRCMSTB_MATCH_FLAGS_HAS_CLOCK_GATE,
491490
.hs400es = sdhci_brcmstb_hs400es,
492491
.cfginit = sdhci_brcmstb_cfginit_2712,
493492
.ops = &sdhci_brcmstb_ops_2712,

0 commit comments

Comments
 (0)