diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-05-25 18:19:06 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-05-25 18:19:07 +0300 |
commit | d14b555c3354c4b2b305cc005a1f1626f6c02b07 (patch) | |
tree | 9068e2029b94cbd2e64fc57fa3126d429ef05a6b /arch/arm/boot/dts | |
parent | 9bafc2bb469ce62de611adf4eb37ca68786453e7 (diff) | |
parent | 55b37d9c8ba23d28c584aef0801fb1e60e4a817c (diff) | |
download | linux-d14b555c3354c4b2b305cc005a1f1626f6c02b07.tar.xz |
Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Arm FVP/Vexpress fixes for v6.4
Couple of fixes to address the missing required 'cache-unified' property
in the level 2 and 3 caches on some of the FVP/vexpress platforms.
* tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
arm64: dts: arm: add missing cache properties
ARM: dts: vexpress: add missing cache properties
Link: https://lore.kernel.org/r/20230509143508.1188786-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts index 3b88209bacea..ff1f9a1bcfcf 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts @@ -132,6 +132,7 @@ reg = <0x2c0f0000 0x1000>; interrupts = <0 84 4>; cache-level = <2>; + cache-unified; }; pmu { |