summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h
diff options
context:
space:
mode:
authortang yuantian <Yuantian.Tang@freescale.com>2015-10-16 16:06:05 +0800
committerYork Sun <yorksun@freescale.com>2015-10-29 10:34:02 -0700
commit4632ad773ed31f4dd6aeb859de148402f8932111 (patch)
treedf05195bf820b2fb9cc8508f38663a3391f706fe /arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h
parent7ff7166c55c67b2e567e4cbf4a934cdf0d41ea5b (diff)
downloadtalos-obmc-uboot-4632ad773ed31f4dd6aeb859de148402f8932111.tar.gz
talos-obmc-uboot-4632ad773ed31f4dd6aeb859de148402f8932111.zip
arm: ls1021a: Add sata support on qds and twr board
Freescale ARM-based Layerscape LS102xA contain a SATA controller which comply with the serial ATA 3.0 specification and the AHCI 1.3 specification. This patch adds SATA feature on ls1021aqds and ls1021atwr boards. Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h')
-rw-r--r--arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h b/arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h
new file mode 100644
index 0000000000..d097a6a14c
--- /dev/null
+++ b/arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright 2015 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __FSL_SATA_H_
+#define __FSL_SATA_H_
+
+int ls1021a_sata_init(void);
+#endif
OpenPOWER on IntegriCloud