diff mbox series

[U-Boot,3/4] sata: sata_mv: add orion-sata compatible string

Message ID 20190403212831.29886-4-michael@walle.cc
State Accepted
Commit 586f7b913d4abe07454e1856681309061687bdf1
Delegated to: Stefan Roese
Headers show
Series ARM: kirkwood: lsxl: enable DM for SATA | expand

Commit Message

Michael Walle April 3, 2019, 9:28 p.m. UTC
The kirkwood devices are compatible with this driver.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 drivers/ata/sata_mv.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Chris Packham April 4, 2019, 7:11 a.m. UTC | #1
On Thu, Apr 4, 2019 at 10:28 AM Michael Walle <michael@walle.cc> wrote:
>
> The kirkwood devices are compatible with this driver.
>
> Signed-off-by: Michael Walle <michael@walle.cc>

Reviewed-by: Chris Packham <judge.packham@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
>
Stefan Roese April 4, 2019, 3:21 p.m. UTC | #2
On 03.04.19 23:28, Michael Walle wrote:
> The kirkwood devices are compatible with this driver.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
>   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" },
>   	{ }
>   };
>   
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan
Stefan Roese April 11, 2019, 12:11 p.m. UTC | #3
On 03.04.19 23:28, Michael Walle wrote:
> The kirkwood devices are compatible with this driver.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

Applied to u-boot-marvell/master.

Thanks,
Stefan
diff mbox series

Patch

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" },
 	{ }
 };