Message ID | 1568375771-22933-7-git-send-email-gokulsri@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | remoteproc: qcom: q6v5-wcss: Add support for secure pil | expand |
On Fri, 13 Sep 2019 17:26:05 +0530, Gokul Sriram Palanisamy wrote: > 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> > --- > include/dt-bindings/clock/qcom,gcc-ipq8074.h | 1 + > 1 file changed, 1 insertion(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
Hi Rob, On 2019-09-14 03:18, Rob Herring wrote: > On Fri, 13 Sep 2019 17:26:05 +0530, Gokul Sriram Palanisamy wrote: >> 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> >> --- >> include/dt-bindings/clock/qcom,gcc-ipq8074.h | 1 + >> 1 file changed, 1 insertion(+) >> > > Please add Acked-by/Reviewed-by tags when posting new versions. > However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. Sorry, missed it. Will add it. Regards, Gokul
Quoting Gokul Sriram Palanisamy (2019-09-13 04:56:05) > 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: Stephen Boyd <sboyd@kernel.org>
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq8074.h b/include/dt-bindings/clock/qcom,gcc-ipq8074.h index 4de4811..04e1f57 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq8074.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq8074.h @@ -362,5 +362,6 @@ #define GCC_PCIE1_AXI_SLAVE_ARES 128 #define GCC_PCIE1_AHB_ARES 129 #define GCC_PCIE1_AXI_MASTER_STICKY_ARES 130 +#define GCC_WCSSAON_RESET 131 #endif