Skip to content
Snippets Groups Projects
Commit f810b297 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 b40ab9ce
No related branches found
No related tags found
3 merge requests!83MT8196 CPUFreq,!71CI: Enable watchdog test on genio 700 and 1200,!65Add MT6359 PMIC keys support for Genio 510/700 and 1200 EVK
Pipeline #140714 failed
......@@ -1152,6 +1152,21 @@ pins {
&pmic {
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment