On Tue, May 19, 2026 at 02:53:40PM +0100, Prabhakar wrote: > From: Lad Prabhakar > > 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 Thank you, Geert, for the review of v1! Reviewed-by: Wolfram Sang