ARM: dts: kirkwood: Fix interrupt controller node name
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:43 +0000 (19:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:31:41 +0000 (23:31 +0200)
The current ones makes validation unhappy:

  kirkwood-lsxhl.dt.yaml: main-interrupt-ctrl@20200: $nodename:0:
    'main-interrupt-ctrl@20200' does not match
    '^interrupt-controller(@[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/kirkwood.dtsi

index 2161e23bd98ef042e73f7994f15c4dc7cf3ae3fb..6c8d94beae78f23ebd608d0a06221c0162bb5836 100644 (file)
                        reg = <0x20128 0x4>;
                };
 
-               intc: main-interrupt-ctrl@20200 {
+               intc: interrupt-controller@20200 {
                        compatible = "marvell,orion-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;