[U-Boot] [PATCH] spi: xilinx: Add new compatible strings

Jagan Teki jteki at openedev.com
Fri Dec 11 17:24:33 CET 2015


On 11 December 2015 at 17:11, Michal Simek <michal.simek at 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 at 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.


More information about the U-Boot mailing list