fb08ba1ad5b9e8d786e2516130fc61aa1b30e7a0
[openwrt/staging/stintel.git] /
1 From d2813c02131b9ddf938277f4123da7ccbd113ea7 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 24 Jun 2024 22:35:42 +0100
4 Subject: [PATCH 1142/1145] fixup! drivers: mmc: sdhci-brcmstb: bcm2712
5 supports HS400es and clock gating
6
7 Declaring auto-clockgate support for a host that can interface with
8 SDIO cards is a bug.
9
10 See: https://github.com/raspberrypi/linux/issues/6237
11
12 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
13 ---
14 drivers/mmc/host/sdhci-brcmstb.c | 1 -
15 1 file changed, 1 deletion(-)
16
17 --- a/drivers/mmc/host/sdhci-brcmstb.c
18 +++ b/drivers/mmc/host/sdhci-brcmstb.c
19 @@ -429,7 +429,6 @@ static const struct brcmstb_match_priv m
20 };
21
22 static const struct brcmstb_match_priv match_priv_2712 = {
23 - .flags = BRCMSTB_MATCH_FLAGS_HAS_CLOCK_GATE,
24 .hs400es = sdhci_brcmstb_hs400es,
25 .cfginit = sdhci_brcmstb_cfginit_2712,
26 .ops = &sdhci_brcmstb_ops_2712,