On 02/07/2020 09:06, EastL Lee wrote: > This patch adds mt6779 compatible. > > Signed-off-by: EastL Lee <EastL.Lee@xxxxxxxxxxxx> Reviewed-by: Matthias Brugger <matthias.bgg@xxxxxxxxx> > --- > drivers/dma/mediatek/mtk-cqdma.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/dma/mediatek/mtk-cqdma.c b/drivers/dma/mediatek/mtk-cqdma.c > index 1610632..17b3ab9 100644 > --- a/drivers/dma/mediatek/mtk-cqdma.c > +++ b/drivers/dma/mediatek/mtk-cqdma.c > @@ -547,6 +547,7 @@ static void mtk_cqdma_hw_deinit(struct mtk_cqdma_device *cqdma) > > static const struct of_device_id mtk_cqdma_match[] = { > { .compatible = "mediatek,mt6765-cqdma" }, > + { .compatible = "mediatek,mt6779-cqdma" }, > { /* sentinel */ } > }; > MODULE_DEVICE_TABLE(of, mtk_cqdma_match); >