Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
a857caa9 6656e163

+1 -1
+1 -1
arch/arm/boot/dts/dove.dtsi
··· 247 247 marvell,#interrupts = <5>; 248 248 }; 249 249 250 - intc: main-interrupt-ctrl@20200 { 250 + intc: interrupt-controller@20200 { 251 251 compatible = "marvell,orion-intc"; 252 252 interrupt-controller; 253 253 #interrupt-cells = <1>;