Merge "ARM: dts: msm: Enable apss cpu ncc0, ncc1 measure nodes for sun"

This commit is contained in:
qctecmdr
2023-12-15 15:59:09 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1622,6 +1622,11 @@
#reset-cells = <1>; #reset-cells = <1>;
}; };
apsscc: syscon@16450000 {
compatible = "syscon";
reg = <0x16450000 0x7000>;
};
mccc: syscon@240ba000 { mccc: syscon@240ba000 {
compatible = "syscon"; compatible = "syscon";
reg = <0x240ba000 0x800>; reg = <0x240ba000 0x800>;
@@ -1634,6 +1639,7 @@
debugcc: qcom,cc-debug { debugcc: qcom,cc-debug {
compatible = "qcom,sun-debugcc"; compatible = "qcom,sun-debugcc";
qcom,apsscc = <&apsscc>;
qcom,gcc = <&gcc>; qcom,gcc = <&gcc>;
qcom,gpucc = <&gpucc>; qcom,gpucc = <&gpucc>;
qcom,gxclkctl = <&gxclkctldebugcc>; qcom,gxclkctl = <&gxclkctldebugcc>;