summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-22 01:32:04 +0300
committerShawn Guo <shawnguo@kernel.org>2023-05-14 06:52:28 +0300
commitd2bd947176f855ea5a07fa9cce7bf15b0ce0467f (patch)
treed2c764a90335a7095f14466cd51f722bc6c81063 /arch/arm64/boot/dts/freescale/imx8dxl.dtsi
parent9da15c4c850dd53309e07d5611f33655f8f8c05d (diff)
downloadlinux-d2bd947176f855ea5a07fa9cce7bf15b0ce0467f.tar.xz
arm64: dts: imx: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified properties to fix warnings like: imx8dxl-evk.dtb: l2-cache0: 'cache-unified' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8dxl.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 70fadd79851a..792b7224ca5b 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -60,6 +60,7 @@
A35_L2: l2-cache0 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};