mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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 <wafgo01@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240324214329.29988-3-wafgo01@gmail.com Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
3cef9e08b6
commit
15f3df3617
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue