summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFUKAUMI Naoki <[email protected]>2023-09-05 20:47:35 +0900
committerKever Yang <[email protected]>2023-10-07 16:49:41 +0800
commit74273f1d9c88f0ed4a05048bd42d599726fa69b5 (patch)
tree19e30e2785d116178772b82097b63e153090d17c /include
parentbd9798b25981a61a768b2f2a27b2d5b5a66c4cd0 (diff)
arm: dts: rockchip: sync DT for RK3588 series with Linux
Sync the device tree for RK3588 series with Linux 6.6-rc1. Signed-off-by: FUKAUMI Naoki <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/ata/ahci.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/dt-bindings/ata/ahci.h b/include/dt-bindings/ata/ahci.h
new file mode 100644
index 00000000000..b3f3b7cf9af
--- /dev/null
+++ b/include/dt-bindings/ata/ahci.h
@@ -0,0 +1,20 @@
+/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
+/*
+ * This header provides constants for most AHCI bindings.
+ */
+
+#ifndef _DT_BINDINGS_ATA_AHCI_H
+#define _DT_BINDINGS_ATA_AHCI_H
+
+/* Host Bus Adapter generic platform capabilities */
+#define HBA_SSS (1 << 27)
+#define HBA_SMPS (1 << 28)
+
+/* Host Bus Adapter port-specific platform capabilities */
+#define HBA_PORT_HPCP (1 << 18)
+#define HBA_PORT_MPSP (1 << 19)
+#define HBA_PORT_CPD (1 << 20)
+#define HBA_PORT_ESP (1 << 21)
+#define HBA_PORT_FBSCP (1 << 22)
+
+#endif