1
0
Fork 0

ARM: dts: arm-realview: 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 <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200626080534.3400-1-krzk@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
zero-sugar-mainline-defconfig
Krzysztof Kozlowski 2020-06-26 10:05:34 +02:00 committed by Linus Walleij
parent b3a9e3b962
commit f7f7a8f4eb
4 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@
interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
};
L2: l2-cache {
L2: cache-controller {
compatible = "arm,l220-cache";
reg = <0x1f002000 0x1000>;
interrupt-parent = <&intc>;

View File

@ -323,7 +323,7 @@
<0x10120000 0x100>;
};
L2: l2-cache {
L2: cache-controller {
compatible = "arm,l220-cache";
reg = <0x10110000 0x1000>;
interrupt-parent = <&intc_dc1176>;

View File

@ -92,7 +92,7 @@
<0x1f000100 0x100>;
};
L2: l2-cache {
L2: cache-controller {
compatible = "arm,l220-cache";
reg = <0x1f002000 0x1000>;
interrupt-parent = <&intc_tc11mp>;

View File

@ -60,7 +60,7 @@
};
};
L2: l2-cache {
L2: cache-controller {
compatible = "arm,pl310-cache";
reg = <0x1f002000 0x1000>;
cache-unified;