All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] serial: zynq: Add missing xlnx,zynqmp-uart compatible
@ 2022-01-11 12:55 Michal Simek
  2022-01-12  9:40 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2022-01-11 12:55 UTC (permalink / raw)
  To: u-boot, git; +Cc: Michal Simek

Based on Linux kernel DT binding xlnx,zynqmp-uart is another compatible
string which can be used for this driver. That's why also list it here.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/serial/serial_zynq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zynq.c
index 2f49f594a44b..fd999368ab70 100644
--- a/drivers/serial/serial_zynq.c
+++ b/drivers/serial/serial_zynq.c
@@ -272,6 +272,7 @@ static const struct udevice_id zynq_serial_ids[] = {
 	{ .compatible = "xlnx,xuartps" },
 	{ .compatible = "cdns,uart-r1p8" },
 	{ .compatible = "cdns,uart-r1p12" },
+	{ .compatible = "xlnx,zynqmp-uart" },
 	{ }
 };
 
-- 
2.34.1


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

* Re: [PATCH] serial: zynq: Add missing xlnx,zynqmp-uart compatible
  2022-01-11 12:55 [PATCH] serial: zynq: Add missing xlnx,zynqmp-uart compatible Michal Simek
@ 2022-01-12  9:40 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2022-01-12  9:40 UTC (permalink / raw)
  To: Michal Simek, u-boot, git; +Cc: Michal Simek



On 1/11/22 13:55, Michal Simek wrote:
> Based on Linux kernel DT binding xlnx,zynqmp-uart is another compatible
> string which can be used for this driver. That's why also list it here.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>   drivers/serial/serial_zynq.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zynq.c
> index 2f49f594a44b..fd999368ab70 100644
> --- a/drivers/serial/serial_zynq.c
> +++ b/drivers/serial/serial_zynq.c
> @@ -272,6 +272,7 @@ static const struct udevice_id zynq_serial_ids[] = {
>   	{ .compatible = "xlnx,xuartps" },
>   	{ .compatible = "cdns,uart-r1p8" },
>   	{ .compatible = "cdns,uart-r1p12" },
> +	{ .compatible = "xlnx,zynqmp-uart" },
>   	{ }
>   };
>   

Applied.
M

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

end of thread, other threads:[~2022-01-12  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 12:55 [PATCH] serial: zynq: Add missing xlnx,zynqmp-uart compatible Michal Simek
2022-01-12  9:40 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.