arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 2 Sep 2022 08:20:15 +0000 (10:20 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Sep 2022 03:30:42 +0000 (11:30 +0800)
They were in wrong order, so fix it by switching them.

Fixes: 418d1d840e42 ("arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

index d8ca529..3c191ab 100644 (file)
                switch-1 {
                        label = "S12";
                        linux,code = <BTN_0>;
-                       gpios = <&gpio5 26 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio5 27 GPIO_ACTIVE_LOW>;
                };
 
                switch-2 {
                        label = "S13";
                        linux,code = <BTN_1>;
-                       gpios = <&gpio5 27 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio5 26 GPIO_ACTIVE_LOW>;
                };
        };