summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPreetham Chandru R <pchandru@nvidia.com>2014-12-11 10:28:49 +0530
committerMatthew Pedro <mapedro@nvidia.com>2014-12-18 13:38:35 -0800
commitdf01beaacffd066cb685933245ddf51ddad63e4c (patch)
tree42b4a775d759166d5f79c68bf5b4e0d502828fa1 /include
parent54563fc85adf08d34359d2538a3254d9bea90eb5 (diff)
ARM: dts: tegra: add sata connector property node
Bug 1557711 Change-Id: I25dd3b4efb8e25c010f0173b8509785ebb9a9a3d Signed-off-by: Preetham Chandru R <pchandru@nvidia.com> Reviewed-on: http://git-master/r/662418 GVS: Gerrit_Virtual_Submit Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/ata/ahci-tegra.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/dt-bindings/ata/ahci-tegra.h b/include/dt-bindings/ata/ahci-tegra.h
new file mode 100644
index 000000000000..2d1fad4796a7
--- /dev/null
+++ b/include/dt-bindings/ata/ahci-tegra.h
@@ -0,0 +1,28 @@
+/*
+ * This header provides macros for Tegra AHCI bindings.
+ *
+ * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ */
+
+#ifndef _DT_BINDINGS_TEGRA_AHCI_H
+#define _DT_BINDINGS_TEGRA_AHCI_H
+
+#define MINI_SATA 0
+#define MICRO_SATA 1
+#define SLIMLINE_SATA 2
+#define E_SATA 3
+#define E_SATA_P 4
+#define SATA_EXPRESS 5
+#define STANDARD_SATA 6
+
+#endif
+