public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support
@ 2018-10-22  2:43 Peng Ma
  2018-10-22  2:43 ` [U-Boot] [PATCH 2/3] armv8: dts: fsl-ls2080a: add sata node support Peng Ma
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Peng Ma @ 2018-10-22  2:43 UTC (permalink / raw)
  To: u-boot

Add ahci compatible support for ls2080a soc.

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
depend on:
	- https://patchwork.ozlabs.org/patch/987497/
 drivers/ata/sata_ceva.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/sata_ceva.c b/drivers/ata/sata_ceva.c
index fa86797..7d4c3ce 100644
--- a/drivers/ata/sata_ceva.c
+++ b/drivers/ata/sata_ceva.c
@@ -105,6 +105,7 @@ enum ceva_soc {
 	CEVA_LS1043A,
 	CEVA_LS1046A,
 	CEVA_LS1088A,
+	CEVA_LS2080A,
 };
 
 struct ceva_sata_priv {
@@ -146,6 +147,7 @@ static int ceva_init_sata(struct ceva_sata_priv *priv)
 	case CEVA_LS1043A:
 	case CEVA_LS1046A:
 		writel(ECC_DIS_VAL_CH2, ECC_DIS_ADDR_CH2);
+	case CEVA_LS2080A:
 		writel(CEVA_PHY1_CFG, base + AHCI_VEND_PPCFG);
 		writel(CEVA_TRANS_CFG, base + AHCI_VEND_PTC);
 		if (priv->flag & FLAG_COHERENT)
@@ -187,6 +189,7 @@ static const struct udevice_id sata_ceva_ids[] = {
 	{ .compatible = "fsl,ls1043a-ahci", .data = CEVA_LS1043A },
 	{ .compatible = "fsl,ls1046a-ahci", .data = CEVA_LS1046A },
 	{ .compatible = "fsl,ls1088a-ahci", .data = CEVA_LS1088A },
+	{ .compatible = "fsl,ls2080a-ahci", .data = CEVA_LS2080A },
 	{ }
 };
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-10 21:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-22  2:43 [U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support Peng Ma
2018-10-22  2:43 ` [U-Boot] [PATCH 2/3] armv8: dts: fsl-ls2080a: add sata node support Peng Ma
2018-11-03  6:07   ` Simon Glass
2018-10-22  2:43 ` [U-Boot] [PATCH 3/3] arm64: ls2080a: enable DM support for sata Peng Ma
2018-11-03  6:07   ` Simon Glass
2018-10-26  7:41 ` [U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support Michal Simek
2018-12-10 21:11 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox