Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC

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>

authored by

Macpaul Lin and committed by
Martin K. Petersen
6f1fd3e0 aa8c5334

+1
+1
drivers/ufs/host/ufs-mediatek.c
··· 50 50 51 51 static const struct of_device_id ufs_mtk_of_match[] = { 52 52 { .compatible = "mediatek,mt8183-ufshci" }, 53 + { .compatible = "mediatek,mt8195-ufshci" }, 53 54 {}, 54 55 }; 55 56 MODULE_DEVICE_TABLE(of, ufs_mtk_of_match);