Skip to content

Commit 55d26c3

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: pxa3xx: Fix up encoding of the /gpio interrupts property
This way the device tree validator learns that each cell of the property constitutes a separate item. Otherwise it gets unnecessairly upset: pxa300-raumfeld-speaker-s.dt.yaml: gpio@40e00000: interrupts: [[8, 9, 10]] is too short Signed-off-by: Lubomir Rintel <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Reviewed-by: Robert Jarzmik <[email protected].> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 51d6bba commit 55d26c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/pxa3xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
clocks = <&clks CLK_GPIO>;
171171
gpio-ranges = <&pinctrl 0 0 128>;
172172
interrupt-names = "gpio0", "gpio1", "gpio_mux";
173-
interrupts = <8 9 10>;
173+
interrupts = <8>, <9>, <10>;
174174
gpio-controller;
175175
#gpio-cells = <0x2>;
176176
interrupt-controller;

0 commit comments

Comments
 (0)