Message ID | 20220405081911.1349563-8-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | RZN1 DMA support | expand |
On Tue, Apr 05, 2022 at 10:19:09AM +0200, Miquel Raynal wrote: > The Renesas RZN1 DMA IP is very close to the original DW DMA IP, a DMA > router has been introduced to handle the wiring options that have been > added. Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > drivers/dma/dw/platform.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c > index 246118955877..47f2292dba98 100644 > --- a/drivers/dma/dw/platform.c > +++ b/drivers/dma/dw/platform.c > @@ -137,6 +137,7 @@ static void dw_shutdown(struct platform_device *pdev) > #ifdef CONFIG_OF > static const struct of_device_id dw_dma_of_id_table[] = { > { .compatible = "snps,dma-spear1340", .data = &dw_dma_chip_pdata }, > + { .compatible = "renesas,rzn1-dma", .data = &dw_dma_chip_pdata }, > {} > }; > MODULE_DEVICE_TABLE(of, dw_dma_of_id_table); > -- > 2.27.0 >
diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c index 246118955877..47f2292dba98 100644 --- a/drivers/dma/dw/platform.c +++ b/drivers/dma/dw/platform.c @@ -137,6 +137,7 @@ static void dw_shutdown(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id dw_dma_of_id_table[] = { { .compatible = "snps,dma-spear1340", .data = &dw_dma_chip_pdata }, + { .compatible = "renesas,rzn1-dma", .data = &dw_dma_chip_pdata }, {} }; MODULE_DEVICE_TABLE(of, dw_dma_of_id_table);