summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2022-05-11 11:52:53 +0200
committerMichal Simek <michal.simek@amd.com>2022-05-18 13:17:54 +0200
commitd5b9b22f7b070a422b630421fdcefade5bf577a5 (patch)
treee7b74ecd5bf75ccad92d539b2b69ed10a60e97b7
parente4f1d2881e14145c29d5d8c05896e5bc73a15038 (diff)
arm64: zynqmp: Add linux,code for fwuen button
BTN_MISC looks like the most reasonable option for this button. Button is used by firmware to indicate (after reset, power up) that user wants to do firmware upgrade via firmware update utility. For bootloader or OS is this just user button which is worth to have it mapped. Also button can be used as a wakeup source and pressing it for more time can generate more chars that's why also adding wakeup-source and autorepeat properties. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> Link: https://lore.kernel.org/r/7f6d627473632c3c3036ec9f6aaa36e00f4615e2.1652262769.git.michal.simek@amd.com
-rw-r--r--arch/arm/dts/zynqmp-sm-k26-revA.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp-sm-k26-revA.dts b/arch/arm/dts/zynqmp-sm-k26-revA.dts
index 35fab915172..7c2bfa395da 100644
--- a/arch/arm/dts/zynqmp-sm-k26-revA.dts
+++ b/arch/arm/dts/zynqmp-sm-k26-revA.dts
@@ -56,6 +56,9 @@
fwuen {
label = "fwuen";
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
+ linux,code = <BTN_MISC>;
+ wakeup-source;
+ autorepeat;
};
};