Skip to content

Commit bdcea7e

Browse files
AngeloGioacchino Del Regnojoergroedel
authored andcommitted
iommu/mediatek: Fix compatible typo for mediatek,mt6893-iommu-mm
Fix the "mediatek.mt6893-iommu-mm" compatible string typo, as the dot was actually meant to be a comma: "mediatek,mt6893-iommu-mm". Fixes: f6a1e89 ("iommu/mediatek: Add support for Dimensity 1200 MT6893 MM IOMMU") Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20250521151548.185910-1-angelogioacchino.delregno@collabora.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent f6a1e89 commit bdcea7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/mtk_iommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ static const struct of_device_id mtk_iommu_of_ids[] = {
17911791
{ .compatible = "mediatek,mt2712-m4u", .data = &mt2712_data},
17921792
{ .compatible = "mediatek,mt6779-m4u", .data = &mt6779_data},
17931793
{ .compatible = "mediatek,mt6795-m4u", .data = &mt6795_data},
1794-
{ .compatible = "mediatek.mt6893-iommu-mm", .data = &mt6893_data},
1794+
{ .compatible = "mediatek,mt6893-iommu-mm", .data = &mt6893_data},
17951795
{ .compatible = "mediatek,mt8167-m4u", .data = &mt8167_data},
17961796
{ .compatible = "mediatek,mt8173-m4u", .data = &mt8173_data},
17971797
{ .compatible = "mediatek,mt8183-m4u", .data = &mt8183_data},

0 commit comments

Comments
 (0)