mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-21 20:46:14 +00:00
e28492c81a
This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. 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
|