Skip to content

Commit

Permalink
dts: msm8909-1gb-qrd-skuc: add Haier G151
Browse files Browse the repository at this point in the history
* plus panel drivers for the device
  • Loading branch information
cozychizu authored and TravMurav committed Feb 9, 2025
1 parent 5bcc71c commit 487fb49
Show file tree
Hide file tree
Showing 4 changed files with 656 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 @@ -65,6 +65,7 @@
- Acer Liquid Z330 (T01)
- CAT B35
- FarEasTone Smart 506 (quirky - see comment in `lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts`)
- Haier G151 / Andromax A (quirky - see comment in `lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts`)
- Lenovo Yoga Tab 3 10 LTE
- Mobvoi TicWatch Pro (WF12096)
- Nokia 6300 4G
Expand Down
34 changes: 34 additions & 0 deletions lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,38 @@
};
};
};

haier-g151 {
model = "Haier G151 / Andromax A";
compatible = "haier,g151";

/* NOTE
* Due to some unknown reasons, the stock aboot firmware is
* incompatible with lk2nd. Use lk1st if possible.
*
* To build lk1st:
* make TOOLCHAIN_PREFIX=arm-none-eabi- \
* LK2ND_BUNDLE_DTB="msm8909-1gb-qrd-skuc.dtb" \
* LK2ND_COMPATIBLE="haier,g151" \
* LK2ND_DISPLAY="<your_panel>" lk1st-msm8909
*/

lk2nd,dtb-files = "msm8909-haier-g151";

panel {
compatible = "haier,g151-panel";

qcom,mdss_dsi_ili9806e_fwvga_video {
compatible = "haier,ili9806e";
};

qcom,mdss_dsi_ili9806e_fwvga_hsd_huashi_video {
compatible = "haier,ili9806e-hsd-huashi";
};

qcom,mdss_dsi_ili9806e_fwvga_hsd_hlt_video {
compatible = "haier,ili9806-hsd-hlt";
};
};
};
};
Loading

0 comments on commit 487fb49

Please sign in to comment.