Commit d707ff34 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs



They were in wrong order, so fix it by switching them.

Fixes: 418d1d84 ("arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP")
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 347155d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,13 +57,13 @@
		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>;
		};
	};