Re: [PATCH] dt-bindings: pinctrl: update uart/mmc bindings for MT7986 SoC

From: Krzysztof Kozlowski
Date: Mon Oct 24 2022 - 21:10:30 EST


On 24/10/2022 03:36, Frank Wunderlich wrote:
> - if:
> properties:
> function:
> @@ -221,8 +225,9 @@ patternProperties:
> then:
> properties:
> groups:
> - enum: [uart1_0, uart1_1, uart1_2, uart1_3_rx_tx,
> - uart1_3_cts_rts, uart2_0, uart2_1, uart0, uart1, uart2]
> + enum: [uart1_0, uart1_rx_tx, uart1_cts_rts, uart1_1, uart1_2_rx_tx, uart1_2_cts_rts,
> + uart1_3_rx_tx, uart1_3_cts_rts, uart2_0_rx_tx, uart2_0_cts_rts, uart2_1, uart0,
> + uart1, uart2]

Wrap it according to Linux coding style, so 80.

Best regards,
Krzysztof