hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/dt-bindings/clock/qcom,gcc-ipq8074.h
....@@ -1,14 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
3
- *
4
- * This software is licensed under the terms of the GNU General Public
5
- * License version 2, as published by the Free Software Foundation, and
6
- * may be copied, distributed, and modified under those terms.
7
- *
8
- * This program is distributed in the hope that it will be useful,
9
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- * GNU General Public License for more details.
124 */
135
146 #ifndef _DT_BINDINGS_CLOCK_IPQ_GCC_8074_H
....@@ -238,6 +230,9 @@
238230 #define GCC_GP1_CLK 221
239231 #define GCC_GP2_CLK 222
240232 #define GCC_GP3_CLK 223
233
+#define GCC_PCIE0_AXI_S_BRIDGE_CLK 224
234
+#define GCC_PCIE0_RCHNG_CLK_SRC 225
235
+#define GCC_PCIE0_RCHNG_CLK 226
241236
242237 #define GCC_BLSP1_BCR 0
243238 #define GCC_BLSP1_QUP1_BCR 1
....@@ -370,5 +365,6 @@
370365 #define GCC_PCIE1_AXI_SLAVE_ARES 128
371366 #define GCC_PCIE1_AHB_ARES 129
372367 #define GCC_PCIE1_AXI_MASTER_STICKY_ARES 130
368
+#define GCC_PCIE0_AXI_SLAVE_STICKY_ARES 131
373369
374370 #endif