linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iommu/mediatek: Fix compatible typo for mediatek,mt6893-iommu-mm
@ 2025-05-21 15:15 AngeloGioacchino Del Regno
  2025-05-22  7:13 ` Joerg Roedel
  0 siblings, 1 reply; 2+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-05-21 15:15 UTC (permalink / raw)
  To: yong.wu
  Cc: joro, will, robin.murphy, matthias.bgg, angelogioacchino.delregno,
	iommu, linux-mediatek, linux-kernel, linux-arm-kernel, kernel,
	robh

Fix the "mediatek.mt6893-iommu-mm" compatible string typo, as the
dot was actually meant to be a comma: "mediatek,mt6893-iommu-mm".

Fixes: f6a1e89ab6e3 ("iommu/mediatek: Add support for Dimensity 1200 MT6893 MM IOMMU")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 drivers/iommu/mtk_iommu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/mtk_iommu.c
index 0a54c6521bf5..cb95fecf6016 100644
--- a/drivers/iommu/mtk_iommu.c
+++ b/drivers/iommu/mtk_iommu.c
@@ -1791,7 +1791,7 @@ static const struct of_device_id mtk_iommu_of_ids[] = {
 	{ .compatible = "mediatek,mt2712-m4u", .data = &mt2712_data},
 	{ .compatible = "mediatek,mt6779-m4u", .data = &mt6779_data},
 	{ .compatible = "mediatek,mt6795-m4u", .data = &mt6795_data},
-	{ .compatible = "mediatek.mt6893-iommu-mm", .data = &mt6893_data},
+	{ .compatible = "mediatek,mt6893-iommu-mm", .data = &mt6893_data},
 	{ .compatible = "mediatek,mt8167-m4u", .data = &mt8167_data},
 	{ .compatible = "mediatek,mt8173-m4u", .data = &mt8173_data},
 	{ .compatible = "mediatek,mt8183-m4u", .data = &mt8183_data},
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iommu/mediatek: Fix compatible typo for mediatek,mt6893-iommu-mm
  2025-05-21 15:15 [PATCH] iommu/mediatek: Fix compatible typo for mediatek,mt6893-iommu-mm AngeloGioacchino Del Regno
@ 2025-05-22  7:13 ` Joerg Roedel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2025-05-22  7:13 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno
  Cc: yong.wu, will, robin.murphy, matthias.bgg, iommu, linux-mediatek,
	linux-kernel, linux-arm-kernel, kernel, robh

Applied, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-22  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 15:15 [PATCH] iommu/mediatek: Fix compatible typo for mediatek,mt6893-iommu-mm AngeloGioacchino Del Regno
2025-05-22  7:13 ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).