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

dt-bindings: can: rcar_canfd: Group tuples in pin control properties

To improve human readability and enable automatic validation, the tuples
in "pinctrl-*" properties should be grouped using angle brackets.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://lore.kernel.org/r/20210204125937.1646305-1-geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
6faf7087 497bde88

+1 -1
+1 -1
Documentation/devicetree/bindings/net/can/rcar_canfd.txt
··· 97 97 as fCAN clock. 98 98 99 99 &canfd { 100 - pinctrl-0 = <&canfd0_pins &can_clk_pins>; 100 + pinctrl-0 = <&canfd0_pins>, <&can_clk_pins>; 101 101 pinctrl-names = "default"; 102 102 status = "okay"; 103 103