From d6db446f70c56de5cf57077fdb2329aaa58b740d Mon Sep 17 00:00:00 2001 From: Jon Nettleton Date: Mon, 28 May 2018 13:35:15 +0300 Subject: arm: mvebu: enable sata support for clearfog The a38x sata interfaces run in ahci mode and can be accessed via the scsi command. Signed-off-by: Jon Nettleton [baruch: rebase on current upstream] Signed-off-by: Baruch Siach Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- include/configs/clearfog.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index f57f9b21aba..ed6f000db16 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -62,6 +62,15 @@ #define CONFIG_PCI_SCAN_SHOW #endif +/* SATA support */ +#ifdef CONFIG_SCSI +#define CONFIG_SCSI_AHCI_PLAT +#define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 +#define CONFIG_SYS_SCSI_MAX_LUN 1 +#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ + CONFIG_SYS_SCSI_MAX_LUN) +#endif + /* Keep device tree and initrd in lower memory so the kernel can access them */ #define RELOCATION_LIMITS_ENV_SETTINGS \ "fdt_high=0x10000000\0" \ -- cgit v1.2.3