From 35b90c55db650f96224853faf01456555ecfe280 Mon Sep 17 00:00:00 2001 From: Avinash Philip Date: Fri, 19 Jul 2024 09:20:03 +0530 Subject: [PATCH] dts: sun: Add Nodes for SLC MPAM support. Support for MPAM SLC support Signed-off-by: Avinash Philip Change-Id: I6c17996b324ba2d3e11e90ef1af57cf30d44f9de --- qcom/sun.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index be6624b9..d0f54839 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3276,6 +3276,24 @@ }; }; + qcom_mpam_msc: qcom,mpam_msc { + compatible = "qcom,mpam-msc"; + #address-cells = <1>; + #size-cells = <1>; + ranges; + + slc_mpam: qcom,slc_mpam { + compatible = "qcom,slc-mpam"; + reg = <0x17b6f800 0x400>; + reg-names = "mon-base"; + qcom,msc-id = <2>; + dev-index = <0>; + qcom,msc-name = "slc"; + qcom,slc_clients = "APPS_CLIENT", "GPU_CLIENT", + "NSP_CLIENT"; + }; + }; + llcc_pmu: llcc-pmu@24095000 { compatible = "qcom,llcc-pmu-ver2"; reg = <0x24095000 0x300>;