Skip to content

Commit d707ff3

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs
They were in wrong order, so fix it by switching them. Fixes: 418d1d8 ("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>
1 parent 347155d commit d707ff3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
switch-1 {
5858
label = "S12";
5959
linux,code = <BTN_0>;
60-
gpios = <&gpio5 26 GPIO_ACTIVE_LOW>;
60+
gpios = <&gpio5 27 GPIO_ACTIVE_LOW>;
6161
};
6262

6363
switch-2 {
6464
label = "S13";
6565
linux,code = <BTN_1>;
66-
gpios = <&gpio5 27 GPIO_ACTIVE_LOW>;
66+
gpios = <&gpio5 26 GPIO_ACTIVE_LOW>;
6767
};
6868
};
6969

0 commit comments

Comments
 (0)