Skip to content

Commit 6faf708

Browse files
geerturobherring
authored andcommitted
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 <[email protected]> Acked-by: Marc Kleine-Budde <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 497bde8 commit 6faf708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/can/rcar_canfd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ E.g. below enables Channel 0 alone in the board using External clock
9797
as fCAN clock.
9898

9999
&canfd {
100-
pinctrl-0 = <&canfd0_pins &can_clk_pins>;
100+
pinctrl-0 = <&canfd0_pins>, <&can_clk_pins>;
101101
pinctrl-names = "default";
102102
status = "okay";
103103

0 commit comments

Comments
 (0)