]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mmc: renesas_sdhi: Add OF entry for RZ/G2N SoC
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Tue, 19 May 2026 13:53:41 +0000 (14:53 +0100)
committerUlf Hansson <ulfh@kernel.org>
Fri, 29 May 2026 12:32:39 +0000 (14:32 +0200)
commit5ce500d31a1625d8fe7ede950201b8df076bdd48
treed2bdde4e20d823d79db9c24ca80997886464ebcd
parent7f1634319a5d7f8be179715dc6b34cd08d3c6c5a
mmc: renesas_sdhi: Add OF entry for RZ/G2N SoC

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

Add the explicit "renesas,sdhi-r8a774b1" 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.

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