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

2019-04-11 Thread Stefan Roese

On 03.04.19 23:28, Michael Walle wrote:

The kirkwood devices are compatible with this driver.

Signed-off-by: Michael Walle 


Applied to u-boot-marvell/master.

Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-04 Thread Stefan Roese

On 03.04.19 23:28, Michael Walle wrote:

The kirkwood devices are compatible with this driver.

Signed-off-by: Michael Walle 
---
  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 

Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-04 Thread Chris Packham
On Thu, Apr 4, 2019 at 10:28 AM Michael Walle  wrote:
>
> The kirkwood devices are compatible with this driver.
>
> Signed-off-by: Michael Walle 

Reviewed-by: Chris Packham 

> ---
>  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
>
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-03 Thread Michael Walle
The kirkwood devices are compatible with this driver.

Signed-off-by: Michael Walle 
---
 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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot