lkml.org 
[lkml]   [2021]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 2/2] dt-bindings: timer: sifive,clint: Group interrupt tuples
    Date
    To improve human readability and enable automatic validation, the tuples
    in "interrupts-extended" properties should be grouped using angle
    brackets.

    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
    ---
    v2:
    - Split in two patches.
    ---
    Documentation/devicetree/bindings/timer/sifive,clint.yaml | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml
    index b75fd6f982b1ecb3..3b25ec37d81159cb 100644
    --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml
    +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml
    @@ -57,10 +57,10 @@ examples:
    - |
    timer@2000000 {
    compatible = "sifive,fu540-c000-clint", "sifive,clint0";
    - interrupts-extended = <&cpu1intc 3 &cpu1intc 7
    - &cpu2intc 3 &cpu2intc 7
    - &cpu3intc 3 &cpu3intc 7
    - &cpu4intc 3 &cpu4intc 7>;
    + interrupts-extended = <&cpu1intc 3>, <&cpu1intc 7>,
    + <&cpu2intc 3>, <&cpu2intc 7>,
    + <&cpu3intc 3>, <&cpu3intc 7>,
    + <&cpu4intc 3>, <&cpu4intc 7>;
    reg = <0x2000000 0x10000>;
    };
    ...
    --
    2.25.1
    \
     
     \ /
      Last update: 2021-12-16 14:44    [W:2.838 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site