Skip to content
Snippets Groups Projects
Commit fba98cd7 authored by Louis-Alexis Eyraud's avatar Louis-Alexis Eyraud
Browse files

arm64: dts: mediatek: mt8395-genio-1200-evk: Add MT6359 PMIC key support


Add in mt8395-genio-1200-evk devicetree file a sub node in pmic for
the mt6359-keys compatible to add the Power and Home MT6359 PMIC keys
support.

Signed-off-by: default avatarLouis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
parent 87c0c976
No related branches found
No related tags found
No related merge requests found
Pipeline #138848 failed
...@@ -1153,6 +1153,21 @@ pins { ...@@ -1153,6 +1153,21 @@ pins {
&pmic { &pmic {
interrupts-extended = <&pio 222 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&pio 222 IRQ_TYPE_LEVEL_HIGH>;
mt6359keys: keys {
compatible = "mediatek,mt6359-keys";
mediatek,long-press-mode = <1>;
power-off-time-sec = <0>;
power-key {
linux,keycodes = <KEY_POWER>;
wakeup-source;
};
home {
linux,keycodes = <KEY_HOME>;
};
};
}; };
&scp { &scp {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment