Skip to content

Commit 6f1fd3e

Browse files
macpaul-lin-mtkmartinkpetersen
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Peter Wang <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent aa8c533 commit 6f1fd3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ufs/host/ufs-mediatek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static const struct ufs_dev_quirk ufs_mtk_dev_fixups[] = {
5050

5151
static const struct of_device_id ufs_mtk_of_match[] = {
5252
{ .compatible = "mediatek,mt8183-ufshci" },
53+
{ .compatible = "mediatek,mt8195-ufshci" },
5354
{},
5455
};
5556
MODULE_DEVICE_TABLE(of, ufs_mtk_of_match);

0 commit comments

Comments
 (0)