All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] spi: xilinx: Add new compatible strings
@ 2015-12-11 11:41 Michal Simek
  2015-12-11 16:24 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2015-12-11 11:41 UTC (permalink / raw)
  To: u-boot

Add xlnx,xps-spi-2.00.a/b which is compatible string
listed in the Linux kernel.
Remove origin one which has no real background.

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

 drivers/spi/xilinx_spi.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/spi/xilinx_spi.c b/drivers/spi/xilinx_spi.c
index 0713714e526b..a951a7753d84 100644
--- a/drivers/spi/xilinx_spi.c
+++ b/drivers/spi/xilinx_spi.c
@@ -287,7 +287,8 @@ static const struct dm_spi_ops xilinx_spi_ops = {
 };
 
 static const struct udevice_id xilinx_spi_ids[] = {
-	{ .compatible = "xlnx,xilinx-spi" },
+	{ .compatible = "xlnx,xps-spi-2.00.a" },
+	{ .compatible = "xlnx,xps-spi-2.00.b" },
 	{ }
 };
 
-- 
1.9.1

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

* [U-Boot] [PATCH] spi: xilinx: Add new compatible strings
  2015-12-11 11:41 [U-Boot] [PATCH] spi: xilinx: Add new compatible strings Michal Simek
@ 2015-12-11 16:24 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2015-12-11 16:24 UTC (permalink / raw)
  To: u-boot

On 11 December 2015 at 17:11, Michal Simek <michal.simek@xilinx.com> wrote:
> Add xlnx,xps-spi-2.00.a/b which is compatible string
> listed in the Linux kernel.
> Remove origin one which has no real background.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  drivers/spi/xilinx_spi.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/spi/xilinx_spi.c b/drivers/spi/xilinx_spi.c
> index 0713714e526b..a951a7753d84 100644
> --- a/drivers/spi/xilinx_spi.c
> +++ b/drivers/spi/xilinx_spi.c
> @@ -287,7 +287,8 @@ static const struct dm_spi_ops xilinx_spi_ops = {
>  };
>
>  static const struct udevice_id xilinx_spi_ids[] = {
> -       { .compatible = "xlnx,xilinx-spi" },
> +       { .compatible = "xlnx,xps-spi-2.00.a" },
> +       { .compatible = "xlnx,xps-spi-2.00.b" },
>         { }
>  };
>

Applied to u-boot-spi/master

thanks!
-- 
Jagan.

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

end of thread, other threads:[~2015-12-11 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11 11:41 [U-Boot] [PATCH] spi: xilinx: Add new compatible strings Michal Simek
2015-12-11 16:24 ` Jagan Teki

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.