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/[email protected]/
[2]: 
https://lore.kernel.org/u-boot/[email protected]/

Signed-off-by: David Lechner <[email protected]>
---
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 <[email protected]>

Reply via email to