Re: [PATCH v3 2/2] mmc: sdhci-of-aspeed: Handle optional controller reset
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.ozlabs.lists.openbmc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-mmc,org.ozlabs.lists.linux-aspeed |
|---|---|
| Message-ID | <20260323-glossy-industrious-dog-63b1e6@quoll> |
On Mon, Mar 23, 2026 at 10:07:08AM +0800, Ryan Chen wrote: > Get the optional reset line for the ASPEED SD controller during probe by > using devm_reset_control_get_optional_exclusive_deasserted(). > > This allows platforms such as AST2700, which require the SD controller > to be taken out of reset before use, to work with the existing driver. > > Signed-off-by: Ryan Chen <[email protected]> > --- > Changes in v2: > - use devm_reset_control_get_optional_exclusive_deasserted replace > reset_control_get_optional_exclusive. > - add include reset.h Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof