]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
can: rcar_canfd: Correct order of interrupt specifiers
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 23 Nov 2016 13:44:46 +0000 (14:44 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 1 Dec 2016 13:27:02 +0000 (14:27 +0100)
According to both DTS (example and actual files), and Linux driver code,
the first interrupt specifier should be the Channel interrupt, while the
second interrupt specifier should be the Global interrupt.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Documentation/devicetree/bindings/net/can/rcar_canfd.txt

index 788f2737a9977ac6d55b5daabf1c6635da2b71cc..93c3a6ae32f995e92bbfedb4ba710004c1c0a0b0 100644 (file)
@@ -12,7 +12,7 @@ Required properties:
   family-specific and/or generic versions.
 
 - reg: physical base address and size of the R-Car CAN FD register map.
-- interrupts: interrupt specifier for the Global & Channel interrupts
+- interrupts: interrupt specifiers for the Channel & Global interrupts
 - clocks: phandles and clock specifiers for 3 clock inputs.
 - clock-names: 3 clock input name strings: "fck", "canfd", "can_clk".
 - pinctrl-0: pin control group to be used for this controller.