Merge "ARM: dts: qcom: Add llcc support for tuna7"

This commit is contained in:
QCTECMDR Service
2024-12-02 23:12:22 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 5 additions and 1 deletions

View File

@@ -648,7 +648,7 @@
}; };
}; };
cache-controller@24800000 { llcc: cache-controller@24800000 {
compatible = "qcom,tuna-llcc"; compatible = "qcom,tuna-llcc";
reg = <0x24800000 0x200000>, <0x25800000 0x200000>, reg = <0x24800000 0x200000>, <0x25800000 0x200000>,
<0x24C00000 0x200000>, <0x25C00000 0x200000>, <0x24C00000 0x200000>, <0x25C00000 0x200000>,

View File

@@ -14,3 +14,7 @@
&adsp_pas { &adsp_pas {
firmware-name = "adsp2.mdt", "adsp2_dtb.mdt"; firmware-name = "adsp2.mdt", "adsp2_dtb.mdt";
}; };
&llcc {
compatible = "qcom,tuna7-llcc";
};