On 1/30/26 06:17, Sohaib Mohamed wrote: > Add compatible string for RK3562 DWCMSHC SDHCI controller. > > Signed-off-by: Sohaib Mohamed <[email protected]>
Reviewed-by: Ahmad Fatoum <[email protected]> > --- > drivers/mci/rockchip-dwcmshc-sdhci.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/mci/rockchip-dwcmshc-sdhci.c > b/drivers/mci/rockchip-dwcmshc-sdhci.c > index c4c03f703a..0bc6824c80 100644 > --- a/drivers/mci/rockchip-dwcmshc-sdhci.c > +++ b/drivers/mci/rockchip-dwcmshc-sdhci.c > @@ -352,6 +352,9 @@ static int rk_sdhci_probe(struct device *dev) > } > > static __maybe_unused struct of_device_id rk_sdhci_compatible[] = { > + { > + .compatible = "rockchip,rk3562-dwcmshc" > + }, > { > .compatible = "rockchip,rk3568-dwcmshc" > }, { > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
