mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
e8e7b3c106
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. See: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html for the original discussion. Signed-off-by: Robert Marko <robimarko@gmail.com>
27 lines
957 B
Diff
27 lines
957 B
Diff
From ff7c6533ed8c4de58ed6c8aab03ea59c03eb4f31 Mon Sep 17 00:00:00 2001
|
|
From: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
|
|
Date: Sat, 30 Jan 2021 10:50:10 +0530
|
|
Subject: [PATCH] dt-bindings: clock: qcom: Add reset for WCSSAON
|
|
|
|
Add binding for WCSSAON reset required for Q6v5 reset on IPQ8074 SoC.
|
|
|
|
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
|
|
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
|
|
Signed-off-by: Nikhil Prakash V <nprakash@codeaurora.org>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
Acked-by: Stephen Boyd <sboyd@kernel.org>
|
|
---
|
|
include/dt-bindings/clock/qcom,gcc-ipq8074.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/include/dt-bindings/clock/qcom,gcc-ipq8074.h
|
|
+++ b/include/dt-bindings/clock/qcom,gcc-ipq8074.h
|
|
@@ -381,6 +381,7 @@
|
|
#define GCC_NSSPORT4_RESET 143
|
|
#define GCC_NSSPORT5_RESET 144
|
|
#define GCC_NSSPORT6_RESET 145
|
|
+#define GCC_WCSSAON_RESET 146
|
|
|
|
#define USB0_GDSC 0
|
|
#define USB1_GDSC 1
|