Re: [PATCH v6 03/13] mmc: arm_pl180: Gate idle card clocks
Peng Fan <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 25, 2026 at 09:04:03PM +0200, Linus Walleij wrote: >The MMC core uses mmc->clk_disable to request that the card clock is >stopped, but the PL180 driver leaves SDI_CLKCR_CLKEN unchanged. This can >leave inactive hosts driving their card clocks. > >Honor clk_disable when programming the clock control register. > >Signed-off-by: Linus Walleij <[email protected]> Acked-by: Peng Fan <[email protected]>