From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 4 Apr 2019 17:21:47 +0200 Subject: [U-Boot] [PATCH 3/4] sata: sata_mv: add orion-sata compatible string In-Reply-To: <20190403212831.29886-4-michael@walle.cc> References: <20190403212831.29886-1-michael@walle.cc> <20190403212831.29886-4-michael@walle.cc> Message-ID: <37315741-3214-0c98-1901-e84d31e5187d@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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