Skip to content

Commit 15f3df3

Browse files
wafgorobherring
authored andcommitted
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]>
1 parent 3cef9e0 commit 15f3df3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ properties:
2323
oneOf:
2424
- const: fsl,s32v234-linflexuart
2525
- items:
26-
- const: nxp,s32g2-linflexuart
26+
- enum:
27+
- nxp,s32g2-linflexuart
28+
- nxp,s32g3-linflexuart
2729
- const: fsl,s32v234-linflexuart
2830

2931
reg:

0 commit comments

Comments
 (0)