aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2020-06-26 09:53:57 +0200
committerKrzysztof Kozlowski <[email protected]>2020-09-11 17:43:46 +0200
commit1fbd0475a59f10da047fce3a7c504bc01bb80a45 (patch)
tree8b6658ccd2a83f5c82b7076b5405bbf718799b15
parentdcc339affb95ae9f2762164ada3a2f417a854491 (diff)
ARM: dts: spear: Align L2 cache-controller nodename with dtschema
Fix dtschema validator warnings like: l2-cache: $nodename:0: 'l2-cache' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$' Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Viresh Kumar <[email protected]>
-rw-r--r--arch/arm/boot/dts/spear13xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi
index f187da4485f4..c87b881b2c8b 100644
--- a/arch/arm/boot/dts/spear13xx.dtsi
+++ b/arch/arm/boot/dts/spear13xx.dtsi
@@ -43,7 +43,7 @@
0 7 0x04>;
};
- L2: l2-cache {
+ L2: cache-controller {
compatible = "arm,pl310-cache";
reg = <0xed000000 0x1000>;
cache-unified;