]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: sdhci-cadence: Add support for Cadence sdmmc v6
authorKuan Lim Lee <kuanlim.lee@starfivetech.com>
Tue, 28 Nov 2023 06:38:30 +0000 (14:38 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 5 Sep 2024 22:18:38 +0000 (16:18 -0600)
commitfe11aa0b8ca34e24352fbb79c108b69fab011f6c
treeb5ceb6f0ea3db2ab4e54ec4b319b530e89ad7276
parent208fc7a9f9022240e47ae4969227f60d2b84dbb9
mmc: sdhci-cadence: Add support for Cadence sdmmc v6

Cadence SDMMC v6 controller has a lot of changes on initialize
compared to v4 controller. PHY is needed by v6 controller.

Signed-off-by: Kuan Lim Lee <kuanlim.lee@starfivetech.com>
Co-developed-by: Alex Soo <yuklin.soo@starfivetech.com>
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/Makefile
drivers/mmc/sdhci-cadence.c
drivers/mmc/sdhci-cadence.h [new file with mode: 0644]
drivers/mmc/sdhci-cadence6.c [new file with mode: 0644]