Merge "ARM: dts: msm: Add platform_mpam noc_bw node for sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
bcce78b2e9
@@ -3205,7 +3205,11 @@
|
||||
|
||||
qcom_mpam: qcom,mpam {
|
||||
compatible = "qcom,mpam";
|
||||
reg = <0x17b6f000 0x1000>;
|
||||
};
|
||||
|
||||
cpu_mpam: qcom,cpu_mpam {
|
||||
compatible = "qcom,cpu-mpam";
|
||||
reg = <0x17b6f000 0x400>;
|
||||
reg-names = "mon-base";
|
||||
|
||||
L2_0 {
|
||||
@@ -3219,6 +3223,36 @@
|
||||
};
|
||||
};
|
||||
|
||||
noc_bw_mpam: qcom,noc_bw_mpam {
|
||||
compatible = "qcom,platform-mpam";
|
||||
reg = <0x17b6f400 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_cluster0 {
|
||||
qcom,client-id = <0x1>;
|
||||
qcom,client-name = "cpu_cluster0";
|
||||
};
|
||||
|
||||
cpu_cluster1 {
|
||||
qcom,client-id = <0x2>;
|
||||
qcom,client-name = "cpu_cluster1";
|
||||
};
|
||||
|
||||
gpu {
|
||||
qcom,client-id = <0x10>;
|
||||
qcom,client-name = "gpu";
|
||||
};
|
||||
|
||||
nsp {
|
||||
qcom,client-id = <0x100>;
|
||||
qcom,client-name = "nsp";
|
||||
};
|
||||
};
|
||||
|
||||
llcc_pmu: llcc-pmu@24095000 {
|
||||
compatible = "qcom,llcc-pmu-ver2";
|
||||
reg = <0x24095000 0x300>;
|
||||
|
Reference in New Issue
Block a user