* [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart
[not found] <20210320181610.680870-1-j.neuschaefer@gmx.net>
@ 2021-03-20 18:16 ` Jonathan Neuschäfer
2021-03-27 16:37 ` Rob Herring
2021-03-20 18:16 ` [PATCH 09/14] serial: 8250_of: " Jonathan Neuschäfer
1 sibling, 1 reply; 3+ messages in thread
From: Jonathan Neuschäfer @ 2021-03-20 18:16 UTC (permalink / raw)
To: openbmc
Cc: linux-kernel, devicetree, linux-arm-kernel,
Jonathan Neuschäfer, Greg Kroah-Hartman, Rob Herring,
Lubomir Rintel, linux-serial
Add a compatible string for the UART inside the Nuvoton WPCM450 SoC.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
Documentation/devicetree/bindings/serial/8250.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/serial/8250.yaml b/Documentation/devicetree/bindings/serial/8250.yaml
index f54cae9ff7b28..c0e292cdaa6bc 100644
--- a/Documentation/devicetree/bindings/serial/8250.yaml
+++ b/Documentation/devicetree/bindings/serial/8250.yaml
@@ -55,6 +55,7 @@ properties:
- const: aspeed,ast2500-vuart
- const: intel,xscale-uart
- const: mrvl,pxa-uart
+ - const: nuvoton,wpcm450-uart
- const: nuvoton,npcm750-uart
- const: nvidia,tegra20-uart
- const: nxp,lpc3220-uart
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 09/14] serial: 8250_of: Add nuvoton,wpcm450-uart
[not found] <20210320181610.680870-1-j.neuschaefer@gmx.net>
2021-03-20 18:16 ` [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart Jonathan Neuschäfer
@ 2021-03-20 18:16 ` Jonathan Neuschäfer
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Neuschäfer @ 2021-03-20 18:16 UTC (permalink / raw)
To: openbmc
Cc: linux-kernel, devicetree, linux-arm-kernel,
Jonathan Neuschäfer, Greg Kroah-Hartman, Jiri Slaby,
linux-serial
Add a compatible string for the UART inside the Nuvoton WPCM450 SoC.
It works the same as the UART in NPCM750.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
drivers/tty/serial/8250/8250_of.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/tty/serial/8250/8250_of.c b/drivers/tty/serial/8250/8250_of.c
index 65e9045dafe6d..0b077b45d6a94 100644
--- a/drivers/tty/serial/8250/8250_of.c
+++ b/drivers/tty/serial/8250/8250_of.c
@@ -318,6 +318,7 @@ static const struct of_device_id of_platform_serial_table[] = {
{ .compatible = "mrvl,mmp-uart",
.data = (void *)PORT_XSCALE, },
{ .compatible = "ti,da830-uart", .data = (void *)PORT_DA830, },
+ { .compatible = "nuvoton,wpcm450-uart", .data = (void *)PORT_NPCM, },
{ .compatible = "nuvoton,npcm750-uart", .data = (void *)PORT_NPCM, },
{ /* end of list */ },
};
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart
2021-03-20 18:16 ` [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart Jonathan Neuschäfer
@ 2021-03-27 16:37 ` Rob Herring
0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-03-27 16:37 UTC (permalink / raw)
To: Jonathan Neuschäfer
Cc: devicetree, Rob Herring, linux-serial, openbmc, linux-kernel,
Greg Kroah-Hartman, Lubomir Rintel, linux-arm-kernel
On Sat, 20 Mar 2021 19:16:00 +0100, Jonathan Neuschäfer wrote:
> Add a compatible string for the UART inside the Nuvoton WPCM450 SoC.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
> Documentation/devicetree/bindings/serial/8250.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-27 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210320181610.680870-1-j.neuschaefer@gmx.net>
2021-03-20 18:16 ` [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart Jonathan Neuschäfer
2021-03-27 16:37 ` Rob Herring
2021-03-20 18:16 ` [PATCH 09/14] serial: 8250_of: " Jonathan Neuschäfer
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).