2020-12-23 07:15:34

by Stanley Chu

[permalink] [raw]
Subject: [PATCH v2 0/2] arm64: Support Universal Flash Storage on MediaTek MT6779 platform

Hi,
This series adds UFS (Universal Flash Storage) support on MediaTek MT6779 SoC platform.

Changes since v1:
- Fix irq attribute in dts in patch [2/2]

Stanley Chu (2):
arm64: configs: Support Universal Flash Storage on MediaTek platforms
arm64: dts: mt6779: Support ufshci and ufsphy

arch/arm64/boot/dts/mediatek/mt6779.dtsi | 36 +++++++++++++++++++++++-
arch/arm64/configs/defconfig | 1 +
2 files changed, 36 insertions(+), 1 deletion(-)

--
2.18.0


2020-12-23 07:15:35

by Stanley Chu

[permalink] [raw]
Subject: [PATCH v2 1/2] arm64: configs: Support Universal Flash Storage on MediaTek platforms

Support UFS on MediaTek platforms by enabling CONFIG_SCSI_UFS_MEDIATEK.

Reviewed-by: Hanks Chen <[email protected]>
Signed-off-by: Stanley Chu <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 17a2df6a263e..e92f42a43bfa 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -277,6 +277,7 @@ CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_UFSHCD=y
CONFIG_SCSI_UFSHCD_PLATFORM=y
CONFIG_SCSI_UFS_QCOM=m
+CONFIG_SCSI_UFS_MEDIATEK=m
CONFIG_SCSI_UFS_HISI=y
CONFIG_ATA=y
CONFIG_SATA_AHCI=y
--
2.18.0