Commit fdcc36cd authored by Steev Klimaszewski's avatar Steev Klimaszewski Committed by Bjorn Andersson

arm64: dts: qcom: sdm850-lenovo-yoga: Add wakeup-sources

The keyboard and touchpad can be used to wake the machine
up from sleep, so mark them as such in the dts file.
Signed-off-by: default avatarSteev Klimaszewski <steev@kali.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231107-wakeup-source-v2-1-bf1562ef9367@kali.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 81c8ec77
......@@ -392,6 +392,8 @@ tsc2: hid@2c {
hid-descr-addr = <0x20>;
interrupts-extended = <&tlmm 37 IRQ_TYPE_LEVEL_HIGH>;
wakeup-source;
};
};
......@@ -408,6 +410,8 @@ tsc1: hid@10 {
pinctrl-names = "default";
pinctrl-0 = <&i2c5_hid_active>;
wakeup-source;
};
};
......@@ -482,6 +486,8 @@ ecsh: hid@5c {
pinctrl-names = "default";
pinctrl-0 = <&i2c11_hid_active>;
wakeup-source;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment