[U-Boot] [PATCH 3/4] sata: sata_mv: add orion-sata compatible string
Chris Packham
judge.packham at gmail.com
Thu Apr 4 07:11:38 UTC 2019
On Thu, Apr 4, 2019 at 10:28 AM Michael Walle <michael at walle.cc> wrote:
>
> The kirkwood devices are compatible with this driver.
>
> Signed-off-by: Michael Walle <michael at walle.cc>
Reviewed-by: Chris Packham <judge.packham at gmail.com>
> ---
> drivers/ata/sata_mv.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
> index b691107dc0..2a630d46c1 100644
> --- a/drivers/ata/sata_mv.c
> +++ b/drivers/ata/sata_mv.c
> @@ -1079,6 +1079,7 @@ static int sata_mv_scan(struct udevice *dev)
>
> static const struct udevice_id sata_mv_ids[] = {
> { .compatible = "marvell,armada-370-sata" },
> + { .compatible = "marvell,orion-sata" },
> { }
> };
>
> --
> 2.11.0
>
More information about the U-Boot
mailing list