mbox series

[0/3] pinctrl: s32: add missing pins and an S32G3 compatible

Message ID 20240930132344.3001876-1-andrei.stefanescu@oss.nxp.com
Headers show
Series pinctrl: s32: add missing pins and an S32G3 compatible | expand

Message

Andrei Stefanescu Sept. 30, 2024, 1:23 p.m. UTC
This patch series adds some small fixes to the SIUL2 pinctrl driver:
- Add some missing pin definitions.
- Add another S32G3 compatible and use it in the s32g3.dtsi file.
  It will fall back to the S32G2 compatible.

Andrei Stefanescu (3):
  pinctrl: s32: add missing pins definitions
  dt-bindings: pinctrl: add S32G3 compatible for the SIUL2 driver
  arm64: dts: S32G3: add S32G3 compatible for the pinctrl node

 .../pinctrl/nxp,s32g2-siul2-pinctrl.yaml      | 10 +++-
 arch/arm64/boot/dts/freescale/s32g3.dtsi      |  3 +-
 drivers/pinctrl/nxp/pinctrl-s32g2.c           | 52 +++++++++++++++++++
 3 files changed, 62 insertions(+), 3 deletions(-)