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@xxxxxxxxxxx> --- 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 -- 2.34.1