]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC
authorMacpaul Lin <macpaul.lin@mediatek.com>
Tue, 22 Jul 2025 08:57:17 +0000 (16:57 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Jul 2025 02:48:03 +0000 (22:48 -0400)
Add "mediatek,mt8195-ufshci" to the of_device_id table to enable support
for MediaTek MT8195/MT8395 UFS host controller. This matches the device
node entry in the MT8195/MT8395 device tree and allows proper driver
binding.

Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Link: https://lore.kernel.org/r/20250722085721.2062657-1-macpaul.lin@mediatek.com
Reviewed-by: Peter Wang <peter.wang@mediatek.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/host/ufs-mediatek.c

index 91a2f3428b9f7b28b6b3ddf308455123a8de1fad..86ae73b89d4d632db5e4dc55a8f8bf84b06b6a88 100644 (file)
@@ -50,6 +50,7 @@ static const struct ufs_dev_quirk ufs_mtk_dev_fixups[] = {
 
 static const struct of_device_id ufs_mtk_of_match[] = {
        { .compatible = "mediatek,mt8183-ufshci" },
+       { .compatible = "mediatek,mt8195-ufshci" },
        {},
 };
 MODULE_DEVICE_TABLE(of, ufs_mtk_of_match);