[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175703941904.745223.12563008293745270864.robh@kernel.org>
Date: Thu, 04 Sep 2025 21:32:45 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Prabhakar <prabhakar.csengg@...il.com>
Cc: devicetree@...r.kernel.org,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Fabrizio Castro <fabrizio.castro.jz@...esas.com>,
Magnus Damm <magnus.damm@...il.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-renesas-soc@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>,
Biju Das <biju.das.jz@...renesas.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] Add I3C support to RZ/V2N and RZ/V2H(P) SoCs
On Thu, 04 Sep 2025 17:59:07 +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>
>
> Hi All,
>
> This series adds I3C node to RZ/V2N and RZ/V2H(P) SoC DTSI files.
>
> I3C was tested on RZ/V2H(P) and RZ/V2N EVKs using P3T1085UK Arduino
> Shield Evaluation Board [0].
>
> Disable I2C2 on PMOD connector CN6 and enable I3C.
>
> Connect EVK TO P3T1085UK Arduino Shield Evaluation Board
> P3T1085UK <-> EVK PMOD CN6
> - J13[1] to CN6[3] (I3C_SCL)
> - J13[2] to CN6[4] (I3C_SDA)
> - J13[4] to CN6[5] (GND)
> - J9[7] to CN6[11] (GND)
> - J9[9] to CN6[6] (3.3V)
>
> On P3T1085UK,
> - JP2 pin1 to pin2 (I3C_SDA)
> - JP3 pin1 to pin2 (I3C_SCL)
> - JP1 pin2 to pin3 (VDD 3V3)
>
>
> [0] https://www.nxp.com/design/design-center/development-boards-and-designs/analog-toolbox/arduino-shields-solutions/p3t1085uk-arduino-shield-evaluation-board:P3T1085UK-ARD
>
> Test Logs:
> --- RZ/V2H(P) ---
> root@...2h-evk:~# cat /sys/kernel/debug/clk/clk_summary | grep i3c
> i3c_0_pclk 1 2 0 100000000 0 0 50000 Y 12400000.i3c pclk
> i3c_0_pclkrw 1 2 0 100000000 0 0 50000 Y 12400000.i3c pclkrw
> i3c_0_tclk 1 2 0 200000000 0 0 50000 Y 12400000.i3c tclk
> root@...2h-evk:~#
> root@...2h-evk:~# cat /sys/class/hwmon/*/temp1_input
> 26687
> 26812
> root@...2h-evk:~# cat /proc/interrupts | grep i3c
> 150: 38 0 0 0 GICv3 709 Edge i3c-resp
> 151: 2 0 0 0 GICv3 712 Edge i3c-rx
> 152: 0 0 0 0 GICv3 713 Edge i3c-tx
> 153: 0 0 0 0 GICv3 721 Level i3c-start
> 154: 0 0 0 0 GICv3 722 Level i3c-stop
> 155: 0 0 0 0 GICv3 724 Level i3c-tend
> 156: 0 0 0 0 GICv3 725 Level i3c-nack
> root@...2h-evk:~# cat /sys/class/hwmon/*/temp1_input
> 26687
> 26812
> root@...2h-evk:~# cat /proc/interrupts | grep i3c
> 150: 42 0 0 0 GICv3 709 Edge i3c-resp
> 151: 2 0 0 0 GICv3 712 Edge i3c-rx
> 152: 0 0 0 0 GICv3 713 Edge i3c-tx
> 153: 0 0 0 0 GICv3 721 Level i3c-start
> 154: 0 0 0 0 GICv3 722 Level i3c-stop
> 155: 0 0 0 0 GICv3 724 Level i3c-tend
> 156: 0 0 0 0 GICv3 725 Level i3c-nack
> root@...2h-evk:~#
>
> --- RZ/V2N ---
> root@...2n-evk:~# cat /sys/kernel/debug/clk/clk_summary | grep i3c
> i3c_0_pclk 1 2 0 100000000 0 0 50000 Y 12400000.i3c pclk
> i3c_0_pclkrw 1 2 0 100000000 0 0 50000 Y 12400000.i3c pclkrw
> i3c_0_tclk 1 2 0 200000000 0 0 50000 Y 12400000.i3c tclk
> root@...2n-evk:~# cat /proc/interrupts | grep i3c
> 65: 22 0 0 0 GICv3 709 Edge i3c-resp
> 66: 2 0 0 0 GICv3 712 Edge i3c-rx
> 67: 0 0 0 0 GICv3 713 Edge i3c-tx
> 68: 0 0 0 0 GICv3 721 Level i3c-start
> 69: 0 0 0 0 GICv3 722 Level i3c-stop
> 70: 0 0 0 0 GICv3 724 Level i3c-tend
> 71: 0 0 0 0 GICv3 725 Level i3c-nack
> root@...2n-evk:~# cat /sys/class/hwmon/*/temp1_input
> 27000
> 27125
> root@...2n-evk:~# cat /proc/interrupts | grep i3c
> 65: 26 0 0 0 GICv3 709 Edge i3c-resp
> 66: 2 0 0 0 GICv3 712 Edge i3c-rx
> 67: 0 0 0 0 GICv3 713 Edge i3c-tx
> 68: 0 0 0 0 GICv3 721 Level i3c-start
> 69: 0 0 0 0 GICv3 722 Level i3c-stop
> 70: 0 0 0 0 GICv3 724 Level i3c-tend
> 71: 0 0 0 0 GICv3 725 Level i3c-nack
> root@...2n-evk:~#
>
> Cheers,
> Prabhakar
>
> Lad Prabhakar (2):
> arm64: dts: renesas: r9a09g057: Add I3C node
> arm64: dts: renesas: r9a09g056: Add I3C node
>
> arch/arm64/boot/dts/renesas/r9a09g056.dtsi | 33 ++++++++++++++++++++++
> arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 33 ++++++++++++++++++++++
> 2 files changed, 66 insertions(+)
>
> --
> 2.51.0
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: failed to guess base
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/renesas/' for 20250904165909.281131-1-prabhakar.mahadev-lad.rj@...renesas.com:
arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dtb: i3c@...00000 (renesas,r9a09g056-i3c): compatible:0: 'renesas,r9a09g056-i3c' is not one of ['renesas,r9a08g045-i3c', 'renesas,r9a09g047-i3c']
from schema $id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml#
arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dtb: i3c@...00000 (renesas,r9a09g056-i3c): compatible: ['renesas,r9a09g056-i3c', 'renesas,r9a09g047-i3c'] is too long
from schema $id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml#
arch/arm64/boot/dts/renesas/r9a09g057h48-kakip.dtb: i3c@...00000 (renesas,r9a09g057-i3c): compatible:0: 'renesas,r9a09g057-i3c' is not one of ['renesas,r9a08g045-i3c', 'renesas,r9a09g047-i3c']
from schema $id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml#
arch/arm64/boot/dts/renesas/r9a09g057h48-kakip.dtb: i3c@...00000 (renesas,r9a09g057-i3c): compatible: ['renesas,r9a09g057-i3c', 'renesas,r9a09g047-i3c'] is too long
from schema $id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml#
arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dtb: i3c@...00000 (renesas,r9a09g057-i3c): compatible:0: 'renesas,r9a09g057-i3c' is not one of ['renesas,r9a08g045-i3c', 'renesas,r9a09g047-i3c']
from schema $id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml#
arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dtb: i3c@...00000 (renesas,r9a09g057-i3c): compatible: ['renesas,r9a09g057-i3c', 'renesas,r9a09g047-i3c'] is too long
from schema $id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml#
Powered by blists - more mailing lists