ARM: dts: qcom: Add llcc support for tuna7
Add the soc specific compatible for tuna7 llcc. Change-Id: I33c1b2c62ae11c6d65f3c83e379da77f846d20b4 Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
This commit is contained in:
@@ -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>,
|
||||||
|
@@ -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";
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user