[PATCH] dt-bindings: gpio: sifive,gpio: Group interrupt tuples

Linus Walleij linus.walleij at linaro.org
Thu Nov 25 17:22:12 PST 2021


On Thu, Nov 25, 2021 at 4:20 PM Geert Uytterhoeven <geert at linux-m68k.org> wrote:

> To improve human readability and enable automatic validation, the tuples
> in "interrupts" properties should be grouped using angle brackets.
>
> Signed-off-by: Geert Uytterhoeven <geert at linux-m68k.org>

(...)
> -        interrupts = <7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22>;
> +        interrupts = <7>, <8>, <9>, <10>, <11>, <12>, <13>, <14>, <15>, <16>,
> +                     <17>, <18>, <19>, <20>, <21>, <22>;

Tuples? Hm they look single. Like singletons?

Anyway:
Acked-by: Linus Walleij <linus.walleij at linaro.org>

Yours,
Linus Walleij



More information about the linux-riscv mailing list