]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: sunxi-mmc: Add D1 MMC variant
authorSamuel Holland <samuel@sholland.org>
Thu, 3 Feb 2022 01:51:11 +0000 (19:51 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:50:36 +0000 (19:50 +0100)
commit43f79bfcfb091176d3a503daa891ed75be8a6335
tree138e66346b9a6e7a0b77eb0264d7118b5bfa73e4
parent69434d929adf4198ad065897529499463dd04761
mmc: sunxi-mmc: Add D1 MMC variant

[ Upstream commit 75a2f412d0aed4a4a80ab2a2d96d040b17acb6d6 ]

D1's MMC controllers are unique in that they have the DMA address shift
(like A100) with a 13-bit descriptor size field (like sun4i). Add the
compatible and parameters for this new variant.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220203015112.12008-2-samuel@sholland.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Stable-dep-of: 85b580afc2c2 ("mmc: sunxi-mmc: Fix A100 compatible description")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mmc/host/sunxi-mmc.c