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"; +};