Skip to content

Commit a857caa

Browse files
lkundrakarndb
authored andcommitted
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 6656e16 commit a857caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/dove.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
marvell,#interrupts = <5>;
248248
};
249249

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

0 commit comments

Comments
 (0)