File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 83
83
84
84
- Alcatel Idol 4 (6055* )
85
85
- BQ X5 Plus (Longcheer L9360)
86
+ - Fossil Gen 6 (hoki)
86
87
- HMD Global Nokia 5 (nd1)
87
88
- HMD Global Nokia 6 (ple)
88
89
- Huawei Honor 7C (aum-l41) (quirky - see comment in ` lk2nd/device/dts/msm8952/msm8937-huawei-aum.dts ` )
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ADTBS += \
21
21
$(LOCAL_DIR ) /msm8956-xiaomi-hydrogen.dtb \
22
22
$(LOCAL_DIR ) /msm8976-qrd.dtb \
23
23
$(LOCAL_DIR ) /sdm429-lenovo-tbx505x.dtb \
24
+ $(LOCAL_DIR ) /sdm429w-fossil-hoki.dtb \
24
25
$(LOCAL_DIR ) /sdm439-xiaomi-pine.dtb \
25
26
26
27
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
+ qcom,msm-id = <QCOM_ID_SDA429W 0x00>;
7
+ qcom,board-id = <0x10b 0x0a>;
8
+ /* Bootloader appears to really want to access symbols */
9
+ __symbols__ {};
10
+ };
11
+
12
+ &lk2nd {
13
+ model = "Fossil Gen 6 (hoki)";
14
+ compatible = "fossil,hoki";
15
+ lk2nd,match-bootloader = "HOKI*";
16
+
17
+ lk2nd,dtb-files = "sdm429w-fossil-hoki";
18
+
19
+ gpio-keys {
20
+ compatible = "gpio-keys";
21
+
22
+ up {
23
+ lk2nd,code = <KEY_VOLUMEUP>;
24
+ gpios = <&tlmm 35 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
25
+ };
26
+
27
+ down {
28
+ lk2nd,code = <KEY_VOLUMEDOWN>;
29
+ gpios = <&pmic_pon GPIO_PMIC_RESIN 0>;
30
+ };
31
+
32
+ power {
33
+ lk2nd,code = <KEY_POWER>;
34
+ gpios = <&pmic_pon GPIO_PMIC_PWRKEY 0>;
35
+ };
36
+ };
37
+ };
You can’t perform that action at this time.
0 commit comments