forked from msm8916-mainline/lk2nd
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: msm8909-1gb-qrd-skuc: add Acer Liquid Z330 (acer-t01)
- Loading branch information
1 parent
9cb4717
commit b1a3970
Showing
3 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ | |
|
||
### lk2nd-msm8909 | ||
|
||
- Acer Liquid Z330 (T01) | ||
- CAT B35 | ||
- Nokia 8110 4G | ||
- Nokia 6300 4G | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters