diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2022-11-07 16:57:08 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-11-21 13:30:14 +0100 |
commit | 27f1568b1d5fe35014074f92717b250afbe67031 (patch) | |
tree | 43d32cc36641515a91d52856f368c575a4514600 /arch/arm64/boot/dts/nvidia/tegra210.dtsi | |
parent | 14910d68718cae5f287c95997dcc9a99531109d6 (diff) |
arm64: tegra: Update cache properties
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra210.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi index 0cdad97b6962..046ce8ebd505 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi @@ -2004,6 +2004,7 @@ L2: l2-cache { compatible = "cache"; + cache-level = <2>; }; }; |