[PATCH 0/6] arm: mediatek: add UFS support for Genio 520/720 EVKs

David Lechner dlechner at baylibre.com
Mon Mar 30 22:42:12 CEST 2026


This series adds support for booting from UFS on the MediaTek Genio 520
and Genio 720 EVKs. The first few patches are adding missing runtime
dependencies. Then we add the required devicetrees and defconfigs.

To apply cleanly, the UFS patches depend on [1] and the devicetree
patches depend on [2].

[1]: https://lore.kernel.org/u-boot/20260318-mt8195-add-ufs-support-v2-8-f18eeeeb0e72@baylibre.com/
[2]: https://lore.kernel.org/u-boot/20260316-mtk-ext-mmc-boot-v1-1-1aae51a44705@baylibre.com/

Signed-off-by: David Lechner <dlechner at baylibre.com>
---
David Lechner (6):
      ufs: ufs-mediatek: add mt8183-ufshci compatible
      ufs: mediatek: clean up zero terminator
      clk: mediatek: mt8189: add UFS clocks
      arm: dts: mt8189: add UFS nodes
      arm: dts: mediatek: add UFS variant of Genio 520/720 EVK
      config: mediatek: add UFS defconfigs for Genio 520/720 EVKs

 arch/arm/dts/Makefile                      |   5 ++
 arch/arm/dts/mt8189.dtsi                   | 115 +++++++++++++++++++++++++++++
 arch/arm/dts/mt8371-genio-common-ufs.dtso  |  18 +++++
 board/mediatek/MAINTAINERS                 |   4 +
 configs/mt8189-ufs.config                  |   8 ++
 configs/mt8371_genio_520_evk_ufs_defconfig |   4 +
 configs/mt8391_genio_720_evk_ufs_defconfig |   4 +
 drivers/clk/mediatek/clk-mt8189.c          |  44 +++++++++++
 drivers/ufs/ufs-mediatek.c                 |   4 +-
 9 files changed, 204 insertions(+), 2 deletions(-)
---
base-commit: d6c79fe27b2142ba25f2ff05262698bdcc8ad2c9
change-id: 20260323-mtk-genio-720-ufs-ed10a1cad8b2

Best regards,
--  
David Lechner <dlechner at baylibre.com>



More information about the U-Boot mailing list