2022-04-11 15:22:12

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1

Hi,

On 10/04/2022 22:56, Guillaume Giraudon wrote:
> The labels for lines 61 through 84 on the periphs-banks were offset by 2.
> Realigned them to match the Banana Pi M5 schematics.
>
> Signed-off-by: Guillaume Giraudon <[email protected]>
> ---
> arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts
> index 5751c48620ed..754c3d43ef0b 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts
> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts
> @@ -448,7 +448,7 @@
> "",
> /* GPIOA */
> "", "", "", "", "", "", "", "",
> - "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> "CON1-P27", /* GPIOA_14 */
> "CON1-P28", /* GPIOA_15 */
> /* GPIOX */

Can you repost with a Fixes tag ?

Thanks,
Neil