-
Notifications
You must be signed in to change notification settings - Fork 362
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
dts: msm8909-1gb-qrd-skuc: add Haier G151 #488
Conversation
lk2nd,dtb-files = "msm8909-haier-g151"; | ||
panel { |
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.
lk2nd,dtb-files = "msm8909-haier-g151"; | |
panel { | |
lk2nd,dtb-files = "msm8909-haier-g151"; | |
panel { |
compatible = "haier,g151-panel"; | ||
|
||
qcom,mdss_dsi_ili9806e_fwvga_video { | ||
|
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.
#include "lk_panel_ili9806e_fwvga_hsd_hlt_video.h" | ||
#include "lk_panel_ili9806e_fwvga_hsd_huashi_video.h" | ||
#include "lk_panel_ili9806e_fwvga_video.h" |
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.
#include "lk_panel_ili9806e_fwvga_hsd_hlt_video.h" | |
#include "lk_panel_ili9806e_fwvga_hsd_huashi_video.h" | |
#include "lk_panel_ili9806e_fwvga_video.h" | |
#include "lk_panel_ili9806e_fwvga_hsd_hlt_video.h" | |
#include "lk_panel_ili9806e_fwvga_hsd_huashi_video.h" | |
#include "lk_panel_ili9806e_fwvga_video.h" |
You don't really have 3 panels on 1 phone at the same time. Remove the other 2 panels you don't have.
8589c27
to
a3e549c
Compare
}; | ||
qcom,mdss_dsi_ili9806e_fwvga_hsd_huashi_video { |
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.
}; | |
qcom,mdss_dsi_ili9806e_fwvga_hsd_huashi_video { | |
}; | |
qcom,mdss_dsi_ili9806e_fwvga_hsd_huashi_video { |
@@ -64,6 +64,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`) |
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.
Where can we learn more about Andromax A?
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.
Its a pretty obscure device, to be honest theres not much information about it online. Andromax A is known internally as Haier G151, possibly a rebrand of an unreleased device, however there's a working downstream kernel based on CAF where I get all the information of the hardware
f408e89
to
759ee35
Compare
@@ -88,4 +88,38 @@ | |||
}; | |||
}; | |||
}; | |||
|
|||
haier-g151 { | |||
model = "Haier G151"; |
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.
Is Andromax A also included?
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.
the codename of the device is the same as haier g151, so it covers those two devices. shall i also include Andromax A as the model name?
* plus panel drivers for the device
Thanks! |
lk1st for Haier G151 (MSM8909) alongside with the panel drivers, tested working like how the stock bootloader would.