From 33e7aa715b93e2d647963d91a1ac4b9adebd182d Mon Sep 17 00:00:00 2001 From: Souradeep Chowdhury Date: Mon, 25 Nov 2024 21:00:06 +0530 Subject: [PATCH] ARM: dts: qcom: Add llcc support for tuna7 Add the soc specific compatible for tuna7 llcc. Change-Id: I33c1b2c62ae11c6d65f3c83e379da77f846d20b4 Signed-off-by: Souradeep Chowdhury --- qcom/tuna.dtsi | 2 +- qcom/tuna7.dtsi | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 52dbc2a9..4ba856af 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -648,7 +648,7 @@ }; }; - cache-controller@24800000 { + llcc: cache-controller@24800000 { compatible = "qcom,tuna-llcc"; reg = <0x24800000 0x200000>, <0x25800000 0x200000>, <0x24C00000 0x200000>, <0x25C00000 0x200000>, diff --git a/qcom/tuna7.dtsi b/qcom/tuna7.dtsi index 38eb356c..84e58645 100644 --- a/qcom/tuna7.dtsi +++ b/qcom/tuna7.dtsi @@ -14,3 +14,7 @@ &adsp_pas { firmware-name = "adsp2.mdt", "adsp2_dtb.mdt"; }; + +&llcc { + compatible = "qcom,tuna7-llcc"; +};