Merge "ARM: dts: msm: Add MPAM,NOC BW MPAM node for Kera"

This commit is contained in:
QCTECMDR Service
2025-01-15 05:05:05 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -2289,6 +2289,44 @@
compatible = "qcom,cpufreq-stats-v2"; compatible = "qcom,cpufreq-stats-v2";
}; };
qcom_mpam: qcom,mpam {
compatible = "qcom,mpam";
};
cpu_mpam: qcom,cpu_mpam {
compatible = "qcom,cpu-mpam";
L3 {
qcom,msc-id = <0>;
qcom,msc-name = "L3";
};
};
noc_bw_mpam: qcom,noc_bw_mpam {
compatible = "qcom,platform-mpam";
reg = <0x17D2E800 0x400>;
reg-names = "mon-base";
qcom,msc-id = <3>;
qcom,msc-name = "noc_bw";
qcom,gears = "low", "medium", "high", "veryhigh";
qcom,gear-id = <1>, <2>, <3>, <4>;
cpu {
qcom,client-id = <0x1>;
qcom,client-name = "cpu";
};
gpu {
qcom,client-id = <0x10>;
qcom,client-name = "gpu";
};
nsp {
qcom,client-id = <0x100>;
qcom,client-name = "nsp";
};
};
spmi_bus: spmi0_bus: qcom,spmi@c42d000 { spmi_bus: spmi0_bus: qcom,spmi@c42d000 {
compatible = "qcom,spmi-pmic-arb"; compatible = "qcom,spmi-pmic-arb";
reg = <0xc42d000 0x4000>, reg = <0xc42d000 0x4000>,