提交 531f1ca4 编写于 作者: K Krzysztof Kozlowski 提交者: Greg Kroah-Hartman

dt-bindings: serial: 8250: correct Nuvoton NPCM850 compatible

Nuvoton NPCM850 UART is compatible with NPCM750, so add proper fallback
to match existing DTS and Linux driver.

Fixes: c8177f90 ("dt-bindings: serial: 8250: Add npcm845 compatible string")
Signed-off-by: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: NRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230124091602.44027-3-krzysztof.kozlowski@linaro.orgSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4cb07402
...@@ -62,7 +62,6 @@ properties: ...@@ -62,7 +62,6 @@ properties:
- const: mrvl,pxa-uart - const: mrvl,pxa-uart
- const: nuvoton,wpcm450-uart - const: nuvoton,wpcm450-uart
- const: nuvoton,npcm750-uart - const: nuvoton,npcm750-uart
- const: nuvoton,npcm845-uart
- const: nvidia,tegra20-uart - const: nvidia,tegra20-uart
- const: nxp,lpc3220-uart - const: nxp,lpc3220-uart
- items: - items:
...@@ -92,6 +91,10 @@ properties: ...@@ -92,6 +91,10 @@ properties:
- enum: - enum:
- ns16550 # Deprecated, unless the FIFO really is broken - ns16550 # Deprecated, unless the FIFO really is broken
- ns16550a - ns16550a
- items:
- enum:
- nuvoton,npcm845-uart
- const: nuvoton,npcm750-uart
- items: - items:
- enum: - enum:
- ralink,mt7620a-uart - ralink,mt7620a-uart
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册