Re: [PATCH 1/3] ARM: dts: sunxi: h3/h5: add missing uart2 rts/cts pins

From: Chen-Yu Tsai
Date: Thu Oct 31 2019 - 22:42:58 EST


On Fri, Nov 1, 2019 at 7:16 AM Karl Palsson <karlp@xxxxxxxxxxxx> wrote:
>
> uart1 and uart3 had existing pin definitions for the rts/cts pairs.
> Add definitions for uart2 as well.
>
> Signed-off-by: Karl Palsson <karlp@xxxxxxxxxxxx>
> ---
> arch/arm/boot/dts/sunxi-h3-h5.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
> index 84977d4eb97a..2d8637300321 100644
> --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
> +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
> @@ -472,6 +472,11 @@
> function = "uart2";
> };
>
> + uart2_rts_cts_pins: uart2-rts-cts-pins {

We started adding "/omit-if-no-ref/" for all pin definitions that
aren't selected by default. I think we can do this wholesale for
all the ones in this file after this patch is merged though. So,

Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>

> + pins = "PA2", "PA3";
> + function = "uart2";
> + };
> +
> uart3_pins: uart3-pins {
> pins = "PA13", "PA14";
> function = "uart3";
> --
> 2.20.1
>