This is a note to let you know that I've just added the patch titled arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm64-dts-qcom-sc8180x-add-missing-cache-unified-to-.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 8d6be8c764a1c9780196ce898585e144f42c42df Author: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Date: Mon Jun 26 22:00:29 2023 +0200 arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 [ Upstream commit e4322bb818bbcd36b441de9880fa4ac911a5eb51 ] Add the missing property to fix the dt checker warning: qcom/sc8180x-primus.dtb: l3-cache: 'cache-unified' is a required property Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform") Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Link: https://lore.kernel.org/r/20230626-topic-bindingsfixups-v1-7-254ae8642e69@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index 363f438ff6059..8a6d9e0914ad9 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -64,6 +64,7 @@ L2_0: l2-cache { L3_0: l3-cache { compatible = "cache"; cache-level = <3>; + cache-unified; }; }; };