ARM: dts: berlin: Align L2 cache-controller nodename with dtschema

Fix dtschema validator warnings like:
    l2-cache-controller@ac0000: $nodename:0:
        'l2-cache-controller@ac0000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20200626080642.4244-1-krzk@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Krzysztof Kozlowski 2020-06-26 10:06:41 +02:00 committed by Arnd Bergmann
parent 73bf2131d0
commit 9141b3ca7f
3 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ sdhci2: mmc@ab1000 {
status = "disabled";
};
l2: l2-cache-controller@ac0000 {
l2: cache-controller@ac0000 {
compatible = "marvell,tauros3-cache", "arm,pl310-cache";
reg = <0xac0000 0x1000>;
cache-unified;

View file

@ -71,7 +71,7 @@ sdhci0: mmc@ab0000 {
status = "disabled";
};
l2: l2-cache-controller@ac0000 {
l2: cache-controller@ac0000 {
compatible = "arm,pl310-cache";
reg = <0xac0000 0x1000>;
cache-unified;

View file

@ -149,7 +149,7 @@ sdhci2: mmc@ab1000 {
status = "disabled";
};
l2: l2-cache-controller@ac0000 {
l2: cache-controller@ac0000 {
compatible = "arm,pl310-cache";
reg = <0xac0000 0x1000>;
cache-unified;