diff options
author | Alexandru Gagniuc <[email protected]> | 2024-04-30 23:07:43 -0500 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-28 16:17:01 -0500 |
commit | 475beea0b9f631656b5cc39429a39696876af613 (patch) | |
tree | 1beea12e26a7bc59fa2676cdf6ac4b350bbcda8c | |
parent | aa9fc5c90814fcb9ecabbb505e097ff05abf962e (diff) |
dt-bindings: clock: Add PCIe pipe related clocks for IPQ9574
Add defines for the missing PCIe PIPE clocks.
Signed-off-by: Alexandru Gagniuc <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/qcom,ipq9574-gcc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,ipq9574-gcc.h b/include/dt-bindings/clock/qcom,ipq9574-gcc.h index 08fd3a37acaa..52123c5a09fa 100644 --- a/include/dt-bindings/clock/qcom,ipq9574-gcc.h +++ b/include/dt-bindings/clock/qcom,ipq9574-gcc.h @@ -216,4 +216,8 @@ #define GCC_CRYPTO_AHB_CLK 207 #define GCC_USB0_PIPE_CLK 208 #define GCC_USB0_SLEEP_CLK 209 +#define GCC_PCIE0_PIPE_CLK 210 +#define GCC_PCIE1_PIPE_CLK 211 +#define GCC_PCIE2_PIPE_CLK 212 +#define GCC_PCIE3_PIPE_CLK 213 #endif |