summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-18 11:10:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-23 09:56:43 +0200
commitd22c0bf235158ebdf3300c07ff0d363cc86b5ee1 (patch)
tree635771b40f8cc6354380381694f76cefa7924cac /arch
parentd15d6c9644efa780cc12768d50b88747b13fde67 (diff)
downloadbarebox-d22c0bf235158ebdf3300c07ff0d363cc86b5ee1.tar.gz
barebox-d22c0bf235158ebdf3300c07ff0d363cc86b5ee1.tar.xz
ARM: i.MX: mx53-qsrb: dts: remove now-superfluous override
This gpio-keys node is now available upstream long with the GPIO_ACTIVE_LOW flag, so we can drop the barebox override. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx53-qsb-common.dtsi18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/dts/imx53-qsb-common.dtsi b/arch/arm/dts/imx53-qsb-common.dtsi
index 24bbd6741a..5c692523c2 100644
--- a/arch/arm/dts/imx53-qsb-common.dtsi
+++ b/arch/arm/dts/imx53-qsb-common.dtsi
@@ -19,24 +19,6 @@
device-path = &bareboxenv;
};
};
-
- /*
- * The buttons are marked as active high in the upstream dts.
- * Remove these once fixed upstream.
- */
- gpio-keys {
- power {
- gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
- };
-
- volume-up {
- gpios = <&gpio2 14 GPIO_ACTIVE_LOW>;
- };
-
- volume-down {
- gpios = <&gpio2 15 GPIO_ACTIVE_LOW>;
- };
- };
};
&esdhc1 {