ARM: dts: msm: Add platform_mpam noc_bw node for sun
Add platform_mpam noc_bw node for sun. Change-Id: I878908109eed35e7fe3cf6e70bc78e51d2a793b2 Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
@@ -3204,7 +3204,11 @@
|
|||||||
|
|
||||||
qcom_mpam: qcom,mpam {
|
qcom_mpam: qcom,mpam {
|
||||||
compatible = "qcom,mpam";
|
compatible = "qcom,mpam";
|
||||||
reg = <0x17b6f000 0x1000>;
|
};
|
||||||
|
|
||||||
|
cpu_mpam: qcom,cpu_mpam {
|
||||||
|
compatible = "qcom,cpu-mpam";
|
||||||
|
reg = <0x17b6f000 0x400>;
|
||||||
reg-names = "mon-base";
|
reg-names = "mon-base";
|
||||||
|
|
||||||
L2_0 {
|
L2_0 {
|
||||||
@@ -3218,6 +3222,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 {
|
llcc_pmu: llcc-pmu@24095000 {
|
||||||
compatible = "qcom,llcc-pmu-ver2";
|
compatible = "qcom,llcc-pmu-ver2";
|
||||||
reg = <0x24095000 0x300>;
|
reg = <0x24095000 0x300>;
|
||||||
|
Reference in New Issue
Block a user