ARM: dts: mmp3: Fix L2 cache controller node name
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:51 +0000 (19:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:31:45 +0000 (23:31 +0200)
The current one makes validation unhappy:

  mmp3-dell-ariel.dt.yaml: l2-cache-controller@d0020000: $nodename:0:
      'l2-cache-controller@d0020000' does not match
      '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/mmp3.dtsi

index 3ac5e4e..531e1d8 100644 (file)
                        };
                };
 
-               l2: l2-cache-controller@d0020000 {
+               l2: cache-controller@d0020000 {
                        compatible = "marvell,tauros3-cache", "arm,pl310-cache";
                        reg = <0xd0020000 0x1000>;
                        cache-unified;