Allow unbound MPHY module since not every MediaTek UFS platform
needs specific MPHY control.

Signed-off-by: Stanley Chu <stanley....@mediatek.com>
Reviewed-by: Peter Wang <peter.w...@mediatek.com>
---
 drivers/scsi/ufs/ufs-mediatek.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/scsi/ufs/ufs-mediatek.c b/drivers/scsi/ufs/ufs-mediatek.c
index 1cc7bea1468b..9a4432c9f7dc 100644
--- a/drivers/scsi/ufs/ufs-mediatek.c
+++ b/drivers/scsi/ufs/ufs-mediatek.c
@@ -113,6 +113,12 @@ static int ufs_mtk_bind_mphy(struct ufs_hba *hba)
 
        if (err)
                host->mphy = NULL;
+       /*
+        * Allow unbound mphy because not every platform needs specific
+        * mphy control.
+        */
+       if (err == -ENODEV)
+               err = 0;
 
        return err;
 }
-- 
2.18.0

Reply via email to