[PATCH v2 1/4] scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC

Peter Wang (王信友) peter.wang at mediatek.com
Wed Jul 23 02:33:40 PDT 2025


On Tue, 2025-07-22 at 16:57 +0800, Macpaul Lin wrote:
> 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 at mediatek.com>
> ---
>  drivers/ufs/host/ufs-mediatek.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> Changes vor f2:
>  - No change.
> 
> diff --git a/drivers/ufs/host/ufs-mediatek.c b/drivers/ufs/host/ufs-
> mediatek.c
> index 182f58d0c9db..e1dbf0231c5e 100644
> --- a/drivers/ufs/host/ufs-mediatek.c
> +++ b/drivers/ufs/host/ufs-mediatek.c
> @@ -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);

Reviewed-by: Peter Wang <peter.wang at mediatek.com>


More information about the linux-arm-kernel mailing list