linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: serial: 8250: Add Exar compatibles
@ 2021-07-16 22:53 Linus Walleij
  2021-07-22  3:07 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2021-07-16 22:53 UTC (permalink / raw)
  To: linux-serial, Greg Kroah-Hartman; +Cc: Linus Walleij, Marc Zyngier, devicetree

The Intel IXP425 Vulcan board has an Exar XR16L2551 8250-compatible.
It works like an 8250 but it is always good to specify exactly which
component we are using. This allows us to specify:

compatible = "exar,xr16l2551", "ns8250";

Put in some sibling Exar serial compatibles while we're at it.

Cc: Marc Zyngier <maz@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 Documentation/devicetree/bindings/serial/8250.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/8250.yaml b/Documentation/devicetree/bindings/serial/8250.yaml
index a0bf061b80fe..fa767440f281 100644
--- a/Documentation/devicetree/bindings/serial/8250.yaml
+++ b/Documentation/devicetree/bindings/serial/8250.yaml
@@ -64,6 +64,12 @@ properties:
       - const: nuvoton,npcm750-uart
       - const: nvidia,tegra20-uart
       - const: nxp,lpc3220-uart
+      - items:
+          - enum:
+              - exar,xr16l2552
+              - exar,xr16l2551
+              - exar,xr16l2550
+          - const: ns8250
       - items:
           - enum:
               - altr,16550-FIFO32
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: serial: 8250: Add Exar compatibles
  2021-07-16 22:53 [PATCH] dt-bindings: serial: 8250: Add Exar compatibles Linus Walleij
@ 2021-07-22  3:07 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2021-07-22  3:07 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Marc Zyngier, linux-serial, Greg Kroah-Hartman, devicetree

On Sat, 17 Jul 2021 00:53:19 +0200, Linus Walleij wrote:
> The Intel IXP425 Vulcan board has an Exar XR16L2551 8250-compatible.
> It works like an 8250 but it is always good to specify exactly which
> component we are using. This allows us to specify:
> 
> compatible = "exar,xr16l2551", "ns8250";
> 
> Put in some sibling Exar serial compatibles while we're at it.
> 
> Cc: Marc Zyngier <maz@kernel.org>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  Documentation/devicetree/bindings/serial/8250.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-22  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 22:53 [PATCH] dt-bindings: serial: 8250: Add Exar compatibles Linus Walleij
2021-07-22  3:07 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).