From nobody Mon Apr 6 12:12:11 2026 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C79F236F41C; Thu, 2 Apr 2026 09:10:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775121038; cv=none; b=N0EAo88SawF0PttlOrBHT7hqjwRWafed/MM6aLGhpfIEi9pDNjvMYG4TMnIJ3fO0rJKSQJ2KhLfgdF6c1muO1wiw/q4pmObMtc5jzsoyfyKMEWcXk6jDjYSl+rtV3kSU/T7PSCbZZuwGah5ehXZLO2CSsH7igTLmk/KGI1clTlE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775121038; c=relaxed/simple; bh=odtl+jf2kYMFISoRKoWdgDUEZ70XVVGPlRghynRovno=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ty+FMnHDxFBAFqAor1Y/R0foqbtBSp3JAOV5PPtiSEJJ1W4+XFIZzSzgv5XWXjq2GkUrnFBFzpGpYLbzoVTMswYoT6xq/jKHfdlEqhQs+C6XaT/XMEzyrnm/400Y+0Mh8uYeqfh5H66CqebpcnEOTNQ0FDjcHYUK060ev5E44K8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-CSE-ConnectionGUID: aW59KSgXSFK3DtSBXm3Pug== X-CSE-MsgGUID: lyngML5OTcG4KAeGa37U1w== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 02 Apr 2026 18:10:36 +0900 Received: from ubuntu.adwin.renesas.com (unknown [10.226.92.136]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 4052340E1DDD; Thu, 2 Apr 2026 18:10:26 +0900 (JST) From: John Madieu To: Geert Uytterhoeven , Kuninori Morimoto , Vinod Koul , Mark Brown , Rob Herring , Krzysztof Kozlowski Cc: Michael Turquette , Stephen Boyd , Conor Dooley , Frank Li , Liam Girdwood , Magnus Damm , Thomas Gleixner , Jaroslav Kysela , Takashi Iwai , Philipp Zabel , Claudiu Beznea , Biju Das , Fabrizio Castro , Lad Prabhakar , John Madieu , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-sound@vger.kernel.org, John Madieu Subject: [PATCH v2 23/24] arm64: dts: renesas: rzg3e-smarc-som: add audio pinmux definitions Date: Thu, 2 Apr 2026 11:05:22 +0200 Message-ID: <20260402090524.9137-24-john.madieu.xa@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260402090524.9137-1-john.madieu.xa@bp.renesas.com> References: <20260402090524.9137-1-john.madieu.xa@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add pinmux definitions for SSI3/SSI4 audio interface on RZ/G3E SMARC SoM: - sound_clk_pins: AUDIO_CLKB and AUDIO_CLKC clock outputs - sound_pins: SSI3_SCK, SSI3_WS, SSI3_SDATA (playback) and SSI4_SDATA (capture) Signed-off-by: John Madieu --- Changes: v2: No changes arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi b/arch/arm64/= boot/dts/renesas/rzg3e-smarc-som.dtsi index 493f6783d583..f4532a06cc31 100644 --- a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi @@ -353,6 +353,18 @@ sd2-pwen { }; }; =20 + sound_clk_pins: sound_clk { + pinmux =3D , /* AUDIO_CLKB */ + ; /* AUDIO_CLKC */ + }; + + sound_pins: sound { + pinmux =3D , /* SSI3_SCK */ + , /* SSI3_WS */ + , /* SSI3_SDATA */ + ; /* SSI4_SDATA */ + }; + xspi_pins: xspi0 { pinmux =3D , /* XSPI0_IO0 */ , /* XSPI0_IO1 */ --=20 2.25.1