We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bccefe commit 6193bbcCopy full SHA for 6193bbc
arch/arm64/boot/dts/qcom/apq8053-lenovo-cd-18781y.dts
@@ -57,6 +57,11 @@
57
label = "Volume Up";
58
gpios = <&tlmm 85 GPIO_ACTIVE_LOW>;
59
linux,code = <KEY_VOLUMEUP>;
60
+ /* The device only has a Volume Up and a Volume Down key.
61
+ * We define them as a wakeup-source, so the user can
62
+ * use them to wake the device.
63
+ */
64
+ wakeup-source;
65
};
66
67
@@ -309,8 +314,16 @@
309
314
/delete-node/ mpss;
310
315
311
316
317
+&pm8953_pon {
318
+ /* Device doesn't have a power key */
319
+ pwrkey {
320
+ status = "disabled";
321
+ };
322
+};
323
+
312
324
&pm8953_resin {
313
325
linux,code = <KEY_VOLUMEDOWN>;
326
327
328
status = "okay";
329
@@ -718,3 +731,7 @@
718
731
&usb3_dwc3 {
719
732
dr_mode = "otg";
720
733
734
735
+&zap_shader {
736
+ firmware-name = "qcom/msm8953/lenovo/cd-18781y/a506_zap.mdt";
737
0 commit comments