arm64: dts: qcom: sm8650: add the missing l2 cache node
[ Upstream commit 4becd72352b6861de0c24074a8502ca85080fd63 ]
Only two little a520s share the same L2, every a720 has their own L2
cache.
Fixes: d235037799 ("arm64: dts: qcom: add initial SM8650 dtsi")
Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250405105529.309711-1-mitltlatltl@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5a867d09f5
commit
f3a472b914
@@ -159,13 +159,20 @@
|
||||
power-domain-names = "psci";
|
||||
|
||||
enable-method = "psci";
|
||||
next-level-cache = <&l2_200>;
|
||||
next-level-cache = <&l2_300>;
|
||||
capacity-dmips-mhz = <1792>;
|
||||
dynamic-power-coefficient = <238>;
|
||||
|
||||
qcom,freq-domain = <&cpufreq_hw 3>;
|
||||
|
||||
#cooling-cells = <2>;
|
||||
|
||||
l2_300: l2-cache {
|
||||
compatible = "cache";
|
||||
cache-level = <2>;
|
||||
cache-unified;
|
||||
next-level-cache = <&l3_0>;
|
||||
};
|
||||
};
|
||||
|
||||
cpu4: cpu@400 {
|
||||
|
||||
Reference in New Issue
Block a user