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

From: Neil Armstrong
Date: Mon Apr 11 2022 - 04:51:12 EST


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 <ggiraudon@xxxxxxxxxxx>
---
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