File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 91
91
- Leeco s2
92
92
- Lenovo K5 Play (l38011)
93
93
- Lenovo Tab M10 HD (TB-X505X)
94
+ - Mobvoi TicWatch Pro 4 LTE (rover) (quirky - see comment in ` lk2nd/device/dts/msm8952/sdm429w-mobvoi-rover.dts ` )
94
95
- Motorola Moto E5 (nora)
95
96
- Motorola Moto E5 Plus (hannah) (MSM8917)
96
97
- Motorola Moto E5 Plus (hannah) (MSM8937)
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ ADTBS += \
22
22
$(LOCAL_DIR ) /msm8976-qrd.dtb \
23
23
$(LOCAL_DIR ) /sdm429-lenovo-tbx505x.dtb \
24
24
$(LOCAL_DIR ) /sdm429w-fossil-hoki.dtb \
25
+ $(LOCAL_DIR ) /sdm429w-mobvoi-rover.dtb \
25
26
$(LOCAL_DIR ) /sdm439-xiaomi-pine.dtb \
26
27
27
28
DTBS += \
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: BSD-3-Clause
2
+ #include <skeleton64.dtsi>
3
+ #include <lk2nd.dtsi>
4
+
5
+ /*
6
+ * This device is quirky.
7
+ * To run lk2nd on this device you need to flash custom dtbo.
8
+ * Read more https://wiki.postmarketos.org/wiki/Mobvoi_Ticwatch_Pro_3_LTE_(mobvoi-rover)#lk2nd
9
+ */
10
+ / {
11
+ qcom,msm-id = <QCOM_ID_SDM429W 0x00>;
12
+ qcom,board-id = <0x10b 0x08>;
13
+ /* Bootloader appears to really want to access symbols */
14
+ __symbols__ {};
15
+ };
16
+
17
+ &lk2nd {
18
+ model = "Mobvoi TicWatch Pro 3 LTE (rover)";
19
+ compatible = "mobvoi,rover";
20
+
21
+ lk2nd,dtb-files = "sdm429w-mobvoi-rover";
22
+
23
+ gpio-keys {
24
+ compatible = "gpio-keys";
25
+
26
+ down {
27
+ lk2nd,code = <KEY_VOLUMEDOWN>;
28
+ gpios = <&tlmm 48 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
29
+ };
30
+
31
+ power {
32
+ lk2nd,code = <KEY_POWER>;
33
+ gpios = <&pmic_pon GPIO_PMIC_PWRKEY 0>;
34
+ };
35
+ };
36
+ };
You can’t perform that action at this time.
0 commit comments