From nobody Mon Apr 6 12:12:12 2026 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9F4823F075A; Thu, 19 Mar 2026 15:57:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773935876; cv=none; b=itP57RlWHvUgnklJ2XbWUB/2razMQDU0cugCzIWux/iTgmcBqiNdFV5TDkHWtDWVmQnzfXmgwUlf6U8yPFi7aVqAVml4NfJkWbx5wAuoOfy3NVdTgyRIDDSvu1zHj36XQ3aM6FwQfJy+FS++ZS4/NMtGeoYjMP8eQRUByJjaWlA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773935876; c=relaxed/simple; bh=FDO0KhtbWTyzjQ7kQYEbbIB1sDBMg1RGeyaucjcHzHo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TskdAYeLIeyAGnORdX1uIFz8l/v2hodGy69tieH/vZMDoKyuHStJTCOR8HS1O3UAv43tD2Lxh7eJQAvzM1dV1BPZfil3jJ+A+XTmGndn+k94Ia7T6f2Zfo+eAgKim6BlcrLxX8FgECrpb57e2GN6eGbS2Vb3IABIWKXAqgHeC6c= 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.171 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: 5JWdIweaSACC21HosvVOPA== X-CSE-MsgGUID: ERo1TbVaR8qHLveBOXzg2g== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 20 Mar 2026 00:57:53 +0900 Received: from ubuntu.adwin.renesas.com (unknown [10.226.93.35]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 1A093401BC72; Fri, 20 Mar 2026 00:57:44 +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 20/22] arm64: dts: renesas: rzg3e-smarc-som: Add I2C1 support Date: Thu, 19 Mar 2026 16:53:32 +0100 Message-ID: <20260319155334.51278-21-john.madieu.xa@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260319155334.51278-1-john.madieu.xa@bp.renesas.com> References: <20260319155334.51278-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 and enable I2C1 controller support with pin configuration. The I2C1 bus is routed to the carrier board and used for peripherals such as the audio codec. Signed-off-by: John Madieu --- 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 2f1548d78c2c..6fc6d5283eae 100644 --- a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi @@ -32,6 +32,7 @@ / { aliases { ethernet0 =3D ð0; ethernet1 =3D ð1; + i2c1 =3D &i2c1; i2c2 =3D &i2c2; mmc0 =3D &sdhi0; mmc2 =3D &sdhi2; @@ -112,6 +113,12 @@ &gpu { mali-supply =3D <®_vdd0p8v_others>; }; =20 +&i2c1 { + pinctrl-0 =3D <&i2c1_pins>; + pinctrl-names =3D "default"; + status =3D "okay"; +}; + &i2c2 { pinctrl-0 =3D <&i2c2_pins>; pinctrl-names =3D "default"; @@ -246,6 +253,11 @@ ctrl { }; }; =20 + i2c1_pins: i2c1 { + pinmux =3D , /* SCL1 */ + ; /* SDA1 */ + }; + i2c2_pins: i2c { pinmux =3D , /* SCL2 */ ; /* SDA2 */ --=20 2.25.1