ARM: dts: pxa3xx: Fix up encoding of the /gpio interrupts property
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:47 +0000 (19:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:31:43 +0000 (23:31 +0200)
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>
arch/arm/boot/dts/pxa3xx.dtsi

index c237a0e..d196748 100644 (file)
                        clocks = <&clks CLK_GPIO>;
                        gpio-ranges = <&pinctrl 0 0 128>;
                        interrupt-names = "gpio0", "gpio1", "gpio_mux";
-                       interrupts = <8 9 10>;
+                       interrupts = <8>, <9>, <10>;
                        gpio-controller;
                        #gpio-cells = <0x2>;
                        interrupt-controller;