Skip to content

Commit

Permalink
dts: msm8909-1gb-qrd-skuc: add Acer Liquid Z330 (acer-t01)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfulShrineMaidenOfParadise committed Jun 4, 2024
1 parent 9cb4717 commit b1a3970
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

### lk2nd-msm8909

- Acer Liquid Z330 (T01)
- CAT B35
- Nokia 8110 4G
- Nokia 6300 4G
Expand Down
64 changes: 64 additions & 0 deletions lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
// SPDX-License-Identifier: GPL-2.0-only

#include <skeleton32.dtsi>
#include <lk2nd.dtsi>

/ {
qcom,msm-id = <QCOM_ID_MSM8909 0>;
qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>;
};

&lk2nd {
acer-t01 {
model = "Acer Liquid Z330";
compatible = "acer,t01";

qcom,msm-id = <QCOM_ID_MSM8909 0>;
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";
};
};
};
};
3 changes: 3 additions & 0 deletions lk2nd/device/dts/msm8909/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \

0 comments on commit b1a3970

Please sign in to comment.