Hi SoC folks, This is my second pull request for the inclusion of Renesas SoC updates for v6.14. The following changes since commit acb247afab5bc2b4462f4dfc17a9d930e1153e52: arm64: dts: renesas: r9a09g047: Add I2C nodes (2024-12-17 09:42:52 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dts-for-v6.14-tag2 for you to fetch changes up to c357e2295b7880b1d9d365c3389f06ef2eb464d0: arm64: dts: renesas: white-hawk-csi-dsi: Define CSI-2 data line orders (2025-01-06 16:26:29 +0100) ---------------------------------------------------------------- Renesas DTS updates for v6.14 (take two) - Add pin control support for the RZ/G3E SoC and the RZ/G3E SMARC Carrier-II EVK development board, - Add Image Signal Processor helper block (FCPVX and VSPX) support for the R-Car V4H SoC, - Describe odd C-PHY wiring on the White Hawk CSI/DSI sub-board, - Miscellaneous fixes and improvements. Note that this includes Pin Control DT binding and bindings definitions for the RZ/G3E and RZ/V2H SoCs, which are shared by DT source files and the pin control driver. Thanks for pulling! ---------------------------------------------------------------- Biju Das (5): dt-bindings: pinctrl: renesas: Add alpha-numerical port support for RZ/V2H dt-bindings: pinctrl: renesas: Document RZ/G3E SoC arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Replace RZG2L macros arm64: dts: renesas: r9a09g047: Add pincontrol node arm64: dts: renesas: r9a09g047e57-smarc: Add SCIF pincontrol Geert Uytterhoeven (2): Merge tag 'renesas-r9a09g057-dt-binding-defs-tag2' into renesas-dts-for-v6.14 Merge tag 'renesas-r9a09g047-dt-binding-defs-tag2' into renesas-dts-for-v6.14 Jacopo Mondi (2): arm64: dts: renesas: r8a779g0: Add FCPVX instances arm64: dts: renesas: r8a779g0: Add VSPX instances Niklas Söderlund (1): arm64: dts: renesas: white-hawk-csi-dsi: Define CSI-2 data line orders .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml | 7 ++-- arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 40 +++++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a09g047.dtsi | 13 +++++++ arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts | 13 +++++++ .../boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 36 +++++++++---------- .../arm64/boot/dts/renesas/white-hawk-csi-dsi.dtsi | 2 ++ .../pinctrl/renesas,r9a09g047-pinctrl.h | 41 ++++++++++++++++++++++ .../pinctrl/renesas,r9a09g057-pinctrl.h | 31 ++++++++++++++++ 8 files changed, 163 insertions(+), 20 deletions(-) create mode 100644 include/dt-bindings/pinctrl/renesas,r9a09g047-pinctrl.h create mode 100644 include/dt-bindings/pinctrl/renesas,r9a09g057-pinctrl.h Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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