[PATCH v2 2/3] dt-bindings: pinctrl: add S32G3 compatible for the SIUL2 driver
From: Andrei Stefanescu
Date: Wed Oct 02 2024 - 10:04:23 EST
The SIUL2 hardware module is also integrated into the S32G3 SoC. Add
another compatible for it.
Signed-off-by: Andrei Stefanescu <andrei.stefanescu@xxxxxxxxxxx>
---
.../bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml
index a24286e4def6..cff766c2f03b 100644
--- a/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml
@@ -25,8 +25,12 @@ description: |
properties:
compatible:
- enum:
- - nxp,s32g2-siul2-pinctrl
+ oneOf:
+ - enum:
+ - nxp,s32g2-siul2-pinctrl
+ - items:
+ - const: nxp,s32g3-siul2-pinctrl
+ - const: nxp,s32g2-siul2-pinctrl
reg:
description: |
--
2.45.2