diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index c0f38d90..7d8a9fd4 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -1582,6 +1582,11 @@ #reset-cells = <1>; }; + apsscc: syscon@16450000 { + compatible = "syscon"; + reg = <0x16450000 0x7000>; + }; + mccc: syscon@240ba000 { compatible = "syscon"; reg = <0x240ba000 0x800>; @@ -1594,6 +1599,7 @@ debugcc: qcom,cc-debug { compatible = "qcom,sun-debugcc"; + qcom,apsscc = <&apsscc>; qcom,gcc = <&gcc>; qcom,gpucc = <&gpucc>; qcom,gxclkctl = <&gxclkctldebugcc>;