* Re: [PATCH v2 1/1] arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support
2025-11-20 11:51 ` [PATCH v2 1/1] arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support Tommaso Merciai
@ 2025-11-20 13:32 ` Wolfram Sang
2026-01-09 15:17 ` Tommaso Merciai
2026-01-14 12:24 ` Geert Uytterhoeven
2 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2025-11-20 13:32 UTC (permalink / raw)
To: Tommaso Merciai
Cc: tomm.merciai, linux-renesas-soc, biju.das.jz, Geert Uytterhoeven,
Magnus Damm, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
On Thu, Nov 20, 2025 at 12:51:39PM +0100, Tommaso Merciai wrote:
> Enable I3C on RZ/G3E SMARC SoM.
>
> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support
2025-11-20 11:51 ` [PATCH v2 1/1] arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support Tommaso Merciai
2025-11-20 13:32 ` Wolfram Sang
@ 2026-01-09 15:17 ` Tommaso Merciai
2026-01-14 12:24 ` Geert Uytterhoeven
2 siblings, 0 replies; 5+ messages in thread
From: Tommaso Merciai @ 2026-01-09 15:17 UTC (permalink / raw)
To: tomm.merciai
Cc: linux-renesas-soc, biju.das.jz, wsa+renesas, Geert Uytterhoeven,
Magnus Damm, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
devicetree, linux-kernel
Hi Geert,
Gentle ping on this patch.
Thanks,
Tommaso
On Thu, Nov 20, 2025 at 12:51:39PM +0100, Tommaso Merciai wrote:
> Enable I3C on RZ/G3E SMARC SoM.
>
> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
> ---
> v1->v2:
> - Dropped overlay and moved I3C support (pure bus mode) directly to the
> rzg3e-smarc-som.dtsi as suggested by Wolfram Sang.
> - Removed alias as suggested by Wolfram Sang.
>
> arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
> index 7faa44510d98..f05b9fec05f0 100644
> --- a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
> +++ b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
> @@ -122,6 +122,14 @@ raa215300: pmic@12 {
> };
> };
>
> +&i3c {
> + pinctrl-0 = <&i3c_pins>;
> + pinctrl-names = "default";
> + i2c-scl-hz = <400000>;
> + i3c-scl-hz = <12500000>;
> + status = "okay";
> +};
> +
> &mdio0 {
> phy0: ethernet-phy@7 {
> compatible = "ethernet-phy-id0022.1640",
> @@ -219,6 +227,12 @@ i2c2_pins: i2c {
> <RZG3E_PORT_PINMUX(3, 5, 1)>; /* SDA2 */
> };
>
> + i3c_pins: i3c {
> + pinmux = <RZG3E_PORT_PINMUX(2, 0, 2)>, /* I3C0_SCL */
> + <RZG3E_PORT_PINMUX(2, 1, 2)>; /* I3C0_SDA */
> + drive-push-pull;
> + };
> +
> rtc_irq_pin: rtc-irq {
> pins = "PS1";
> bias-pull-up;
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH v2 1/1] arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support
2025-11-20 11:51 ` [PATCH v2 1/1] arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support Tommaso Merciai
2025-11-20 13:32 ` Wolfram Sang
2026-01-09 15:17 ` Tommaso Merciai
@ 2026-01-14 12:24 ` Geert Uytterhoeven
2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2026-01-14 12:24 UTC (permalink / raw)
To: Tommaso Merciai
Cc: tomm.merciai, linux-renesas-soc, biju.das.jz, wsa+renesas,
Magnus Damm, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
devicetree, linux-kernel
On Thu, 20 Nov 2025 at 12:52, Tommaso Merciai
<tommaso.merciai.xr@bp.renesas.com> wrote:
> Enable I3C on RZ/G3E SMARC SoM.
>
> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
> ---
> v1->v2:
> - Dropped overlay and moved I3C support (pure bus mode) directly to the
> rzg3e-smarc-som.dtsi as suggested by Wolfram Sang.
> - Removed alias as suggested by Wolfram Sang.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.20.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread