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

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 <lkundrak@v3.sk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Robert Jarzmik <robert.jarzmik@free.fr.>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
55d26c38 51d6bba6

+1 -1
+1 -1
arch/arm/boot/dts/pxa3xx.dtsi
··· 170 170 clocks = <&clks CLK_GPIO>; 171 171 gpio-ranges = <&pinctrl 0 0 128>; 172 172 interrupt-names = "gpio0", "gpio1", "gpio_mux"; 173 - interrupts = <8 9 10>; 173 + interrupts = <8>, <9>, <10>; 174 174 gpio-controller; 175 175 #gpio-cells = <0x2>; 176 176 interrupt-controller;