From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9C35033F583; Thu, 2 Jul 2026 16:26:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783009577; cv=none; b=EG3XV4u9gvTYHCpKc8ESuMI8myRDGMtnlJWX4GRdR//fkVDKmfwI7r1zsmzRaB+3Liq9kRoECD3E0IwyoqEIzBub3Zb9yx5YGKd125W+bTIkYiIq3yqZYlqinuuKrMeGIRNMJpc8l+YbFTIc5Z+Jx2n2pN4JcHgjSZfZzVlhaMo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783009577; c=relaxed/simple; bh=t4X//tdped1PvqOIpb4iN6Mw9zTZ20F3gmgrrXXSq/M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=FbwxGuz7vS0UxQGtf0gc5TaQzW5aHzRxC/MtZd4zLNsYxvz78C0WRyA1fC3hMnME5BcVsxQXTLjB0+uPHKuN805/JBKp/LfSZjLRtloVV+gqPagRSxvfHteu0V+pZ/3IwEYcHthToHOqqKfJiOvmE14nXZ0bvnPlqktVWDtbLf4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Bfyo2IrI; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Bfyo2IrI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B86381F000E9; Thu, 2 Jul 2026 16:26:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1783009576; bh=03HMae2NbNlU40ROb52KnrTkA053SDGkUpf71appMko=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Bfyo2IrIuiZowpf+m+zo3x6Z54IdLKk6PTsmADjXaT+mdGf7oGIUrTjjJ4gt8lnK4 4z9BLQmam9MwwotZIUEkD8ba2DXTUaLwqbZNX+iobsPZ/BRDBZdgTMK4w/ekUZdy4X Vhkl6vCz/OoqbxkAuoOEeZFnUtVRPKaVFzFOzJIo= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Lad Prabhakar , Wolfram Sang , Geert Uytterhoeven , Ulf Hansson , Sasha Levin Subject: [PATCH 5.10 94/96] mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC Date: Thu, 2 Jul 2026 18:20:26 +0200 Message-ID: <20260702155110.958322610@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260702155108.949633242@linuxfoundation.org> References: <20260702155108.949633242@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Lad Prabhakar [ Upstream commit f48ee49726ee4ab545fd2dc644f169c0809b19b3 ] 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 Reviewed-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Signed-off-by: Ulf Hansson Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c @@ -119,6 +119,7 @@ static const struct renesas_sdhi_of_data static const struct of_device_id renesas_sdhi_internal_dmac_of_match[] = { { .compatible = "renesas,sdhi-r7s9210", .data = &of_rza2_compatible, }, { .compatible = "renesas,sdhi-mmc-r8a77470", .data = &of_rcar_gen3_compatible, }, + { .compatible = "renesas,sdhi-r8a774e1", .data = &of_rcar_gen3_compatible, }, { .compatible = "renesas,sdhi-r8a7795", .data = &of_rcar_gen3_compatible, }, { .compatible = "renesas,sdhi-r8a7796", .data = &of_rcar_gen3_compatible, }, { .compatible = "renesas,rcar-gen3-sdhi", .data = &of_rcar_gen3_compatible, },