[PATCH 6/7] ARM: i.MX: karo-tx6: disable power button

Sascha Hauer s.hauer at pengutronix.de
Wed Mar 2 08:07:42 PST 2016


The power button is not part of the CPU module and can be triggered
wrongly on other baseboards. Disable it since we do not need it
currently.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/dts/imx6qdl-tx6x.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/imx6qdl-tx6x.dtsi b/arch/arm/dts/imx6qdl-tx6x.dtsi
index 9fe6e6a..9c5d676 100644
--- a/arch/arm/dts/imx6qdl-tx6x.dtsi
+++ b/arch/arm/dts/imx6qdl-tx6x.dtsi
@@ -14,6 +14,10 @@
 			device-path = &usdhc4, "partname:boot1";
 		};
 	};
+
+	gpio-keys {
+		status = "disabled";
+	};
 };
 
 &fec {
-- 
2.7.0




More information about the barebox mailing list