[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1592553902-30592-5-git-send-email-EastL.Lee@mediatek.com>
Date: Fri, 19 Jun 2020 16:05:02 +0800
From: EastL <EastL.Lee@...iatek.com>
To: Sean Wang <sean.wang@...iatek.com>
CC: <vkoul@...nel.org>, <robh+dt@...nel.org>, <mark.rutland@....com>,
<matthias.bgg@...il.com>, <dmaengine@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<wsd_upstream@...iatek.com>, EastL <EastL.Lee@...iatek.com>
Subject: [PATCH v5 4/4] dmaengine: mediatek-cqdma: fix compatible
This patch adds common compatible & platform compatiable.
Signed-off-by: EastL <EastL.Lee@...iatek.com>
---
drivers/dma/mediatek/mtk-cqdma.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/dma/mediatek/mtk-cqdma.c b/drivers/dma/mediatek/mtk-cqdma.c
index ed33c64..d701ebf 100644
--- a/drivers/dma/mediatek/mtk-cqdma.c
+++ b/drivers/dma/mediatek/mtk-cqdma.c
@@ -546,7 +546,9 @@ static void mtk_cqdma_hw_deinit(struct mtk_cqdma_device *cqdma)
}
static const struct of_device_id mtk_cqdma_match[] = {
+ { .compatible = "mediatek,common-cqdma" },
{ .compatible = "mediatek,mt6765-cqdma" },
+ { .compatible = "mediatek,mt6779-cqdma" },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, mtk_cqdma_match);
--
1.9.1
Powered by blists - more mailing lists