Re: [PATCH 18/25] spi: rockchip: Add support for RV1106
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-spi,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260814-jovial-black-swift-bf0dce@quoll> |
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 <[email protected]> > --- > > 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