Message ID | 20240829082830.56959-5-quic_varada@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add NSS clock controller support for Qualcomm IPQ5332 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Thu, Aug 29, 2024 at 01:58:26PM +0530, Varadarajan Narayanan wrote: > Update the GCC master/slave list to include couple of > more interfaces needed by the Network Subsystem Clock > Controller (NSSCC) > > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > --- > include/dt-bindings/interconnect/qcom,ipq5332.h | 4 ++++ > 1 file changed, 4 insertions(+) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 29.08.24 11:28, Varadarajan Narayanan wrote: > Update the GCC master/slave list to include couple of > more interfaces needed by the Network Subsystem Clock > Controller (NSSCC) > > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> Acked-by: Georgi Djakov <djakov@kernel.org> > --- > include/dt-bindings/interconnect/qcom,ipq5332.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/dt-bindings/interconnect/qcom,ipq5332.h b/include/dt-bindings/interconnect/qcom,ipq5332.h > index 16475bb07a48..5c08dd3c4f47 100644 > --- a/include/dt-bindings/interconnect/qcom,ipq5332.h > +++ b/include/dt-bindings/interconnect/qcom,ipq5332.h > @@ -28,6 +28,10 @@ > #define SLAVE_NSSNOC_TIMEOUT_REF 23 > #define MASTER_NSSNOC_XO_DCD 24 > #define SLAVE_NSSNOC_XO_DCD 25 > +#define MASTER_SNOC_NSSNOC_1_CLK 26 > +#define SLAVE_SNOC_NSSNOC_1_CLK 27 > +#define MASTER_SNOC_NSSNOC_CLK 28 > +#define SLAVE_SNOC_NSSNOC_CLK 29 > > #define MASTER_NSSNOC_PPE 0 > #define SLAVE_NSSNOC_PPE 1
diff --git a/include/dt-bindings/interconnect/qcom,ipq5332.h b/include/dt-bindings/interconnect/qcom,ipq5332.h index 16475bb07a48..5c08dd3c4f47 100644 --- a/include/dt-bindings/interconnect/qcom,ipq5332.h +++ b/include/dt-bindings/interconnect/qcom,ipq5332.h @@ -28,6 +28,10 @@ #define SLAVE_NSSNOC_TIMEOUT_REF 23 #define MASTER_NSSNOC_XO_DCD 24 #define SLAVE_NSSNOC_XO_DCD 25 +#define MASTER_SNOC_NSSNOC_1_CLK 26 +#define SLAVE_SNOC_NSSNOC_1_CLK 27 +#define MASTER_SNOC_NSSNOC_CLK 28 +#define SLAVE_SNOC_NSSNOC_CLK 29 #define MASTER_NSSNOC_PPE 0 #define SLAVE_NSSNOC_PPE 1
Update the GCC master/slave list to include couple of more interfaces needed by the Network Subsystem Clock Controller (NSSCC) Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> --- include/dt-bindings/interconnect/qcom,ipq5332.h | 4 ++++ 1 file changed, 4 insertions(+)