[PATCH v2 11/14] mci: sdhci: rockchip-dwcmshc: Add RK3562 support

Ahmad Fatoum a.fatoum at pengutronix.de
Fri Jan 30 00:03:04 PST 2026


On 1/30/26 06:17, Sohaib Mohamed wrote:
> Add compatible string for RK3562 DWCMSHC SDHCI controller.
> 
> Signed-off-by: Sohaib Mohamed <sohaib.amhmd at gmail.com>

Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>

> ---
>  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 |



More information about the barebox mailing list