[PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs

Luo Jie posted 8 patches 3 months, 3 weeks ago
There is a newer version of this series
[PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
Posted by Luo Jie 3 months, 3 weeks ago
Add the NSSNOC master/slave ids for Qualcomm IPQ5424 network
subsystem (NSS) hardware blocks. These will be used by the
gcc-ipq5424 driver that provides the interconnect services
by using the icc-clk framework.

Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
---
 include/dt-bindings/interconnect/qcom,ipq5424.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/dt-bindings/interconnect/qcom,ipq5424.h b/include/dt-bindings/interconnect/qcom,ipq5424.h
index a770356112ee..66cd9a9ece03 100644
--- a/include/dt-bindings/interconnect/qcom,ipq5424.h
+++ b/include/dt-bindings/interconnect/qcom,ipq5424.h
@@ -20,5 +20,11 @@
 #define SLAVE_CNOC_PCIE3		15
 #define MASTER_CNOC_USB			16
 #define SLAVE_CNOC_USB			17
+#define MASTER_NSSNOC_NSSCC		18
+#define SLAVE_NSSNOC_NSSCC		19
+#define MASTER_NSSNOC_SNOC_0		20
+#define SLAVE_NSSNOC_SNOC_0		21
+#define MASTER_NSSNOC_SNOC_1		22
+#define SLAVE_NSSNOC_SNOC_1		23
 
 #endif /* INTERCONNECT_QCOM_IPQ5424_H */

-- 
2.34.1
Re: [PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
Posted by Krzysztof Kozlowski 3 months, 3 weeks ago
On 17/06/2025 14:06, Luo Jie wrote:
> Add the NSSNOC master/slave ids for Qualcomm IPQ5424 network
> subsystem (NSS) hardware blocks. These will be used by the
> gcc-ipq5424 driver that provides the interconnect services
> by using the icc-clk framework.

Please wrap commit message according to Linux coding style / submission
process (neither too early nor over the limit):
https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597

Best regards,
Krzysztof
Re: [PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
Posted by Luo Jie 3 months, 3 weeks ago

On 6/17/2025 10:47 PM, Krzysztof Kozlowski wrote:
> On 17/06/2025 14:06, Luo Jie wrote:
>> Add the NSSNOC master/slave ids for Qualcomm IPQ5424 network
>> subsystem (NSS) hardware blocks. These will be used by the
>> gcc-ipq5424 driver that provides the interconnect services
>> by using the icc-clk framework.
> 
> Please wrap commit message according to Linux coding style / submission
> process (neither too early nor over the limit):
> https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597
> 
> Best regards,
> Krzysztof

Thanks. I will update the commit message to follow the guideline.