diff options
author | Wadim Mueller <[email protected]> | 2024-03-24 22:43:24 +0100 |
---|---|---|
committer | Rob Herring <[email protected]> | 2024-04-12 11:32:02 -0500 |
commit | 15f3df361720de343d125ca01b7b456b8d16327f (patch) | |
tree | 32f1caa3717a2071214309070159709a6643eea3 | |
parent | 3cef9e08b6f43fcc7b7802a1f01bb7d9334d6b6d (diff) |
dt-bindings: serial: fsl-linflexuart: add compatible for S32G3
Add a compatible string for the uart binding of NXP S32G3 platforms. Here
we use "s32v234-linflexuart" as fallback since the current linflexuart
driver can still work on S32G3.
Signed-off-by: Wadim Mueller <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml b/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml index 7a105551fa6a..4171f524a928 100644 --- a/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml +++ b/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml @@ -23,7 +23,9 @@ properties: oneOf: - const: fsl,s32v234-linflexuart - items: - - const: nxp,s32g2-linflexuart + - enum: + - nxp,s32g2-linflexuart + - nxp,s32g3-linflexuart - const: fsl,s32v234-linflexuart reg: |