Skip to content

Commit 6656e16

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: kirkwood: Fix interrupt controller node name
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 9440d8a commit 6656e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/kirkwood.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
reg = <0x20128 0x4>;
229229
};
230230

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

0 commit comments

Comments
 (0)