ARM: dts: msm: Add MSC info to MPAM node

Add MSC info to MPAM node, so MPAM driver can get the number and
name of one specific MSC.

Change-Id: I0966545a92a3bc755c44a3cd2cbdc355413a6aab
Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
Huang Yiwei
2024-04-18 16:32:29 +08:00
parent 27465abcc4
commit 0824c1b3aa

View File

@@ -3143,6 +3143,16 @@
compatible = "qcom,mpam";
reg = <0x17b6f000 0x1000>;
reg-names = "mon-base";
L2_0 {
qcom,msc-id = <0>;
qcom,msc-name = "L2_0";
};
L2_1 {
qcom,msc-id = <1>;
qcom,msc-name = "L2_1";
};
};
llcc_pmu: llcc-pmu@24095000 {