Commit a857caa9 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann
Browse files

ARM: dts: dove: Fix interrupt controller node name



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: default avatarLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 6656e163
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -247,7 +247,7 @@
				marvell,#interrupts = <5>;
				marvell,#interrupts = <5>;
			};
			};


			intc: main-interrupt-ctrl@20200 {
			intc: interrupt-controller@20200 {
				compatible = "marvell,orion-intc";
				compatible = "marvell,orion-intc";
				interrupt-controller;
				interrupt-controller;
				#interrupt-cells = <1>;
				#interrupt-cells = <1>;