ARM: dts: dove: Fix interrupt controller node name
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:44 +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:

  dove-d3plug.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/dove.dtsi

index a551fabae8514dafa879616053c46ad6b35769f4..89e0bdaf3a85fec8fff43db93d304755c6f7b949 100644 (file)
                                marvell,#interrupts = <5>;
                        };
 
-                       intc: main-interrupt-ctrl@20200 {
+                       intc: interrupt-controller@20200 {
                                compatible = "marvell,orion-intc";
                                interrupt-controller;
                                #interrupt-cells = <1>;