projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcc339a
)
ARM: dts: spear: Align L2 cache-controller nodename with dtschema
author
Krzysztof Kozlowski
<krzk@kernel.org>
Fri, 26 Jun 2020 07:53:57 +0000
(09:53 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Fri, 11 Sep 2020 15:43:46 +0000
(17:43 +0200)
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 <krzk@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
arch/arm/boot/dts/spear13xx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/spear13xx.dtsi
b/arch/arm/boot/dts/spear13xx.dtsi
index f187da4485f46944f59e1f6e5cf0d9e8e33dc360..c87b881b2c8bb244fc43cdc37c97c6bd0f7657eb 100644
(file)
--- 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;