diff --git a/Documentation/devices.md b/Documentation/devices.md index 4242c7096..d5f58ea59 100644 --- a/Documentation/devices.md +++ b/Documentation/devices.md @@ -61,6 +61,7 @@ ### lk2nd-msm8909 +- Acer Liquid Z330 (T01) - CAT B35 - Nokia 8110 4G - Nokia 6300 4G diff --git a/lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts b/lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts new file mode 100644 index 000000000..01ca1a00a --- /dev/null +++ b/lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts @@ -0,0 +1,64 @@ +// SPDX-License-Identifier: BSD-3-Clause + +#include +#include + +/ { + qcom,msm-id = ; + qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; +}; + +&lk2nd { + acer-t01 { + model = "Acer Liquid Z330"; + compatible = "acer,t01"; + + qcom,msm-id = ; + qcom,board-id = <0x1000b 0x8>, <0x1000b 0x1008>, + <0x11000b 0x8>, <0x11000b 0x1008>, + <0x21000b 0x8>, <0x21000b 0x1008>; + + lk2nd,dtb-files = "msm8909-acer-t01"; + lk2nd,match-panel; + + panel { + compatible = "acer,t01-panel"; + + qcom,mdss_dsi_hx8379a_fwvga_skua_video { + compatible = "acer,hx8379a"; + }; + + qcom,mdss_dsi_ili9806e_fwvga_video { + compatible = "acer,ili9806e"; + }; + + qcom,dsi_panel_hx8379c_txd_hsd4p5_fwvga_video { + compatible = "acer,hx8379c-txd-hsd4p5"; + }; + + qcom,ili9806e_dijing_hsd4p5inch { + compatible = "acer,ili9806e-dijing-hsd4p5inch"; + }; + + qcom,ili9806e_tcl_clag045lj_cpt4p5inch { + compatible = "acer,ili9806e-tcl-clag045lj-cpt4p5inch"; + }; + + qcom,ili9806e_txd_t500dkpa_5inch_fwvga { + compatible = "acer,ili9806e-txd-t500dkpa-5inch"; + }; + + qcom,mdss_dsi_nt35512s_dijing_90250255218b_5inch_fwvga { + compatible = "acer,nt35512s-dijing-90250255218b-5inch"; + }; + + qcom,ili9806e_boyi_byt45mp41t1m_4p5cpt { + compatible = "acer,ili9806e-boyi-byt45mp41t1m-4p5cpt"; + }; + + qcom,otm8019a_dijing_90245255470b_auo4p5_fwvga { + compatible = "acer,otm8019a-dijing-90245255470b-auo4p5"; + }; + }; + }; +}; diff --git a/lk2nd/device/dts/msm8909/rules.mk b/lk2nd/device/dts/msm8909/rules.mk index 44a13fda4..e310f7174 100644 --- a/lk2nd/device/dts/msm8909/rules.mk +++ b/lk2nd/device/dts/msm8909/rules.mk @@ -4,3 +4,6 @@ LOCAL_DIR := $(GET_LOCAL_DIR) ADTBS += \ $(LOCAL_DIR)/msm8905-qrd-skub.dtb \ $(LOCAL_DIR)/msm8909-mtp.dtb \ + +QCDTBS += \ + $(LOCAL_DIR)/msm8909-1gb-qrd-skuc.dtb \