[PATCH 18/25] spi: rockchip: Add support for RV1106

Krzysztof Kozlowski krzk at kernel.org
Fri Aug 14 03:23:33 PDT 2026


On Mon, Aug 10, 2026 at 03:11:09PM +0300, Vladislav Leonov wrote:
> Add the "rockchip,rv1106-spi" compatible to the match table. No driver
> changes are needed beyond that, since the controller behaves like the
> other Rockchip variants already handled by the driver.
> 
> Signed-off-by: Vladislav Leonov <vlad at zlab.su>
> ---
> 
>  drivers/spi/spi-rockchip.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c
> index 231fbcf0e7aa..447e6ff47c53 100644
> --- a/drivers/spi/spi-rockchip.c
> +++ b/drivers/spi/spi-rockchip.c
> @@ -1021,6 +1021,7 @@ static const struct of_device_id rockchip_spi_dt_match[] = {
>  	{ .compatible = "rockchip,rk3328-spi", },
>  	{ .compatible = "rockchip,rk3368-spi", },
>  	{ .compatible = "rockchip,rk3399-spi", },
> +	{ .compatible = "rockchip,rv1106-spi", },

Why do you need this? It's fully compatible, no?

Best regards,
Krzysztof




More information about the Linux-rockchip mailing list