-
Notifications
You must be signed in to change notification settings - Fork 477
dts: msm8916: Add support for CMCC A1 (M623C) (Wingtech WT86621) #725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| // SPDX-License-Identifier: GPL-2.0-only | ||
|
|
||
| #include <skeleton64.dtsi> | ||
| #include <lk2nd.dtsi> | ||
|
|
||
| / { | ||
| qcom,msm-id = <QCOM_ID_MSM8916 0>; | ||
| qcom,board-id = <QCOM_BOARD_ID(QRD, 1, 1) 16>; | ||
| }; | ||
|
|
||
| &lk2nd { | ||
| model = "CMCC A1 (M623C) (Wingtech WT86621)"; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add to Documentation/devices.md |
||
| compatible = "wingtech,wt86621"; | ||
|
|
||
| lk2nd,dtb-files = "msm8916-wingtech-wt86621"; | ||
|
|
||
| panel { | ||
| compatible = "wingtech,wt86621-panel", "lk2nd,panel"; | ||
|
|
||
| qcom,mdss_dsi_ili9881c_dj_boe_720p_video { | ||
| compatible = "wingtech,ili9881c-dj-boe"; | ||
| touchscreen-compatible = "goodix,gt911"; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it necessary to override touchscreen compatible? Are there actually known multi-sourced touchscreens around? |
||
| }; | ||
| qcom,mdss_dsi_ili9881c_dj_720p_video { | ||
| compatible = "wingtech,ili9881c-dj"; | ||
| touchscreen-compatible = "goodix,gt911"; | ||
| }; | ||
| qcom,mdss_dsi_ili9881c_dj_cmi_720p_video { | ||
| compatible = "wingtech,ili9881c-dj-cmi"; | ||
| touchscreen-compatible = "goodix,gt911"; | ||
| }; | ||
| }; | ||
| }; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,5 +47,6 @@ QCDTBS += \ | |
| $(LOCAL_DIR)/msm8939-qrd-skuk.dtb \ | ||
| $(LOCAL_DIR)/msm8939-qrd-wt82918.dtb \ | ||
| $(LOCAL_DIR)/msm8939-qrd-wt82918hd.dtb \ | ||
| $(LOCAL_DIR)/msm8916-qrd-wt86621.dtb \ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not sorted alphabetically |
||
| $(LOCAL_DIR)/msm8939-samsung.dtb \ | ||
| $(LOCAL_DIR)/msm8939-xiaomi-ido.dtb \ | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BSD-3-clause please unless this is imported from somewhere else.