mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
4eda3e8b9a
Copy patches and config from kernel 5.15 to start preparing kernel 6.1 support. Signed-off-by: Robert Marko <robimarko@gmail.com>
26 lines
886 B
Diff
26 lines
886 B
Diff
From f5441c669d5442d247c69bab3eb27c074c0dd19a Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Sun, 15 May 2022 23:00:45 +0200
|
|
Subject: [PATCH] dt-bindings: clock: qcom: ipq8074: add USB GDSCs
|
|
|
|
Add bindings for the USB GDSCs found in IPQ8074 GCC.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
|
Link: https://lore.kernel.org/r/20220515210048.483898-8-robimarko@gmail.com
|
|
---
|
|
include/dt-bindings/clock/qcom,gcc-ipq8074.h | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/include/dt-bindings/clock/qcom,gcc-ipq8074.h
|
|
+++ b/include/dt-bindings/clock/qcom,gcc-ipq8074.h
|
|
@@ -368,4 +368,7 @@
|
|
#define GCC_PCIE1_AXI_MASTER_STICKY_ARES 130
|
|
#define GCC_PCIE0_AXI_SLAVE_STICKY_ARES 131
|
|
|
|
+#define USB0_GDSC 0
|
|
+#define USB1_GDSC 1
|
|
+
|
|
#endif
|