On Tue, Dec 13, 2022 at 11:01:28PM +0000, Fabrizio Castro wrote: > The SDHI/eMMC IPs found with the RZ/V2M (a.k.a. r9a09g011), are > very similar to the ones found in R-Car Gen3, but they are not > exactly the same, and as a result need an SoC specific compatible > string for fine tuning driver support. > > Signed-off-by: Fabrizio Castro Reviewed-by: Wolfram Sang > +static const struct renesas_sdhi_quirks sdhi_quirks_r9a09g011 = { > + .fixed_addr_mode = true, > + .hs400_disabled = true, > +}; Cool, seems like our quirk abstraction works reasonably well :)