]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: vexpress: add missing cache properties
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 23 Apr 2023 15:08:37 +0000 (17:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jun 2023 13:39:56 +0000 (15:39 +0200)
[ Upstream commit 328acc5657c6197753238d7ce0a6924ead829347 ]

As all level 2 and level 3 caches are unified, add required
cache-unified property to fix warnings like:

  vexpress-v2p-ca5s.dtb: cache-controller@2c0f0000: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230423150837.118466-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/vexpress-v2p-ca5s.dts

index e5b4a7570a010e0562eac1b3a6e05627c2c7b0e3..13a75a87d571beb13576051f31d232ab370b5d2a 100644 (file)
                reg = <0x2c0f0000 0x1000>;
                interrupts = <0 84 4>;
                cache-level = <2>;
+               cache-unified;
        };
 
        pmu {