Skip to content

Commit 91acdac

Browse files
committed
dts: msm8916: Add support for CMCC A1 (M623C) (Wingtech WT86621)
1 parent ce7fc78 commit 91acdac

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
3+
#include <skeleton64.dtsi>
4+
#include <lk2nd.dtsi>
5+
6+
/ {
7+
qcom,msm-id = <QCOM_ID_MSM8916 0>;
8+
qcom,board-id = <QCOM_BOARD_ID(QRD, 1, 1) 16>;
9+
};
10+
11+
&lk2nd {
12+
model = "CMCC A1 (M623C) (Wingtech WT86621)";
13+
compatible = "wingtech,wt86621";
14+
15+
lk2nd,dtb-files = "msm8916-wingtech-wt86621";
16+
17+
panel {
18+
compatible = "wingtech,wt86621-panel", "lk2nd,panel";
19+
20+
qcom,mdss_dsi_ili9881c_dj_boe_720p_video {
21+
compatible = "wingtech,ili9881c-dj-boe";
22+
touchscreen-compatible = "goodix,gt911";
23+
};
24+
qcom,mdss_dsi_ili9881c_dj_720p_video {
25+
compatible = "wingtech,ili9881c-dj";
26+
touchscreen-compatible = "goodix,gt911";
27+
};
28+
qcom,mdss_dsi_ili9881c_dj_cmi_720p_video {
29+
compatible = "wingtech,ili9881c-dj-cmi";
30+
touchscreen-compatible = "goodix,gt911";
31+
};
32+
};
33+
};

lk2nd/device/dts/msm8916/rules.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ QCDTBS += \
4747
$(LOCAL_DIR)/msm8939-qrd-skuk.dtb \
4848
$(LOCAL_DIR)/msm8939-qrd-wt82918.dtb \
4949
$(LOCAL_DIR)/msm8939-qrd-wt82918hd.dtb \
50+
$(LOCAL_DIR)/msm8916-qrd-wt86621.dtb \
5051
$(LOCAL_DIR)/msm8939-samsung.dtb \
5152
$(LOCAL_DIR)/msm8939-xiaomi-ido.dtb \

0 commit comments

Comments
 (0)