aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy/pcie.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/phy/pcie.h')
-rw-r--r--include/linux/phy/pcie.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/phy/pcie.h b/include/linux/phy/pcie.h
new file mode 100644
index 000000000000..e7ac81764576
--- /dev/null
+++ b/include/linux/phy/pcie.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (c) 2022 Rockchip Electronics Co., Ltd.
+ */
+#ifndef __PHY_PCIE_H
+#define __PHY_PCIE_H
+
+#define PHY_MODE_PCIE_RC 20
+#define PHY_MODE_PCIE_EP 21
+#define PHY_MODE_PCIE_BIFURCATION 22
+
+#endif