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

can: rcar_canfd: Correct order of interrupt specifiers

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>

authored by

Geert Uytterhoeven and committed by
Marc Kleine-Budde
08469bba b4e79e46

+1 -1
+1 -1
Documentation/devicetree/bindings/net/can/rcar_canfd.txt
··· 12 12 family-specific and/or generic versions. 13 13 14 14 - reg: physical base address and size of the R-Car CAN FD register map. 15 - - interrupts: interrupt specifier for the Global & Channel interrupts 15 + - interrupts: interrupt specifiers for the Channel & Global interrupts 16 16 - clocks: phandles and clock specifiers for 3 clock inputs. 17 17 - clock-names: 3 clock input name strings: "fck", "canfd", "can_clk". 18 18 - pinctrl-0: pin control group to be used for this controller.