diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2022-11-07 16:57:01 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-11-15 01:29:35 +0100 |
commit | 3b450831e5f1af09c6b0767b20f607943a681ffb (patch) | |
tree | 5b5b22f0787ecd263111cd5dffd2c3b8c4cb2b1f /arch/arm64/boot/dts/freescale/s32v234.dtsi | |
parent | arm64: dts: imx8mm-phg: Add initial board support (diff) | |
download | linux-3b450831e5f1af09c6b0767b20f607943a681ffb.tar.xz linux-3b450831e5f1af09c6b0767b20f607943a681ffb.zip |
arm64: dts: Update cache properties for freescale
The DeviceTree Specification v0.3 specifies that the cache node
'compatible' and 'cache-level' properties are 'required'. Cf.
s3.8 Multi-level and Shared Cache Nodes
The 'cache-unified' property should be present if one of the
properties for unified cache is present ('cache-size', ...).
Update the Device Trees accordingly.
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Chester Lin <clin@suse.com>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/s32v234.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/s32v234.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/s32v234.dtsi b/arch/arm64/boot/dts/freescale/s32v234.dtsi index ba0b5305d481..3e306218d533 100644 --- a/arch/arm64/boot/dts/freescale/s32v234.dtsi +++ b/arch/arm64/boot/dts/freescale/s32v234.dtsi @@ -61,10 +61,12 @@ cluster0_l2_cache: l2-cache0 { compatible = "cache"; + cache-level = <2>; }; cluster1_l2_cache: l2-cache1 { compatible = "cache"; + cache-level = <2>; }; }; |