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