]> git.ipfire.org Git - thirdparty/linux.git/commit
mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Tue, 19 May 2026 13:53:40 +0000 (14:53 +0100)
committerUlf Hansson <ulfh@kernel.org>
Fri, 29 May 2026 12:25:50 +0000 (14:25 +0200)
commitf48ee49726ee4ab545fd2dc644f169c0809b19b3
tree0e468d1327468b7767022c5082e37d38a4ea4cea
parent8d4ae34e997062076a9098602eaca43353665bd9
mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC

The RZ/G2H (R8A774E1) SoC was previously handled via the generic
"renesas,rcar-gen3-sdhi" fallback compatible string. However, because
the SDHI IP on RZ/G2H is identical with the R-Car H3-N (R8A77951), it
requires the specific quirks and configuration defined in
`of_r8a7795_compatible` rather than the generic Gen3 data.

Add the explicit "renesas,sdhi-r8a774e1" match entry to map it correctly.
Note that the DT binding file renesas,sdhi.yaml does not need an update
as the entry for this SoC is already present.

Fixes: 31941342888d ("arm64: dts: renesas: r8a774e1: Add SDHI nodes")
Cc: stable@vger.kernel.org
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ulf Hansson <ulfh@kernel.org>
drivers/mmc/host/renesas_sdhi_internal_dmac.c