Message ID | ad4b9505-6362-ebcf-33c6-52039a0ae706@cogentembedded.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add R8A77980 support to the Renesas RPC-IF driver | expand |
Index: renesas/drivers/spi/spi-renesas-rpc.c =================================================================== --- renesas.orig/drivers/spi/spi-renesas-rpc.c +++ renesas/drivers/spi/spi-renesas-rpc.c @@ -762,6 +762,7 @@ static int rpc_spi_remove(struct platfor } static const struct of_device_id rpc_spi_of_ids[] = { + { .compatible = "renesas,r8a77980-rpc", }, { .compatible = "renesas,r8a77995-rpc", }, { /* sentinel */ } };
Add the R-Car V3H (R8A77980) SoC support to the Renesas RPC-IF SPI driver. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- drivers/spi/spi-renesas-rpc.c | 1 + 1 file changed, 1 insertion(+)