| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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. |
|---|
| 12 | 4 | */ |
|---|
| 13 | 5 | |
|---|
| 14 | 6 | #ifndef _DT_BINDINGS_CLOCK_IPQ_GCC_8074_H |
|---|
| .. | .. |
|---|
| 238 | 230 | #define GCC_GP1_CLK 221 |
|---|
| 239 | 231 | #define GCC_GP2_CLK 222 |
|---|
| 240 | 232 | #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 |
|---|
| 241 | 236 | |
|---|
| 242 | 237 | #define GCC_BLSP1_BCR 0 |
|---|
| 243 | 238 | #define GCC_BLSP1_QUP1_BCR 1 |
|---|
| .. | .. |
|---|
| 370 | 365 | #define GCC_PCIE1_AXI_SLAVE_ARES 128 |
|---|
| 371 | 366 | #define GCC_PCIE1_AHB_ARES 129 |
|---|
| 372 | 367 | #define GCC_PCIE1_AXI_MASTER_STICKY_ARES 130 |
|---|
| 368 | +#define GCC_PCIE0_AXI_SLAVE_STICKY_ARES 131 |
|---|
| 373 | 369 | |
|---|
| 374 | 370 | #endif |
|---|