[PATCH v2 8/8] arm64: dts: mediatek: mt8195-demo: define PMIC keys available

From: Fabien Parent
Date: Tue Apr 26 2022 - 09:54:10 EST


The MT8195 Demo board has two push buttons connected to the PMIC: Home
button and Power button. This commit adds support for both.

Signed-off-by: Fabien Parent <fparent@xxxxxxxxxxxx>
---
v2: new patch

arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts
index aa41df865c9c..810e69c5f7e0 100644
--- a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts
@@ -246,6 +246,17 @@ &mmc1 {
status = "okay";
};

+&mt6359keys {
+ key-0 {
+ linux,keycodes = <KEY_POWER>;
+ wakeup-source;
+ };
+
+ key-1 {
+ linux,keycodes = <KEY_HOME>;
+ };
+};
+
&mt6359_vbbck_ldo_reg {
regulator-always-on;
};
--
2.36.0