-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add lk1st support for Huawei Mediapad T1-A21W #460
base: legacy
Are you sure you want to change the base?
Conversation
Add msm8916-hwt1a21w.dts Add boe_nt51017 panel Enable vcc gpio and vled gpio Set Brightness by using custom dcs commands Signed-off-by: Shaobai Wang <[email protected]>
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.
Configure your ~/.gitconfig
.
And fix the author with git commit --amend --author="Shaobai Wang <[email protected]>"
@@ -4051,7 +4051,6 @@ void aboot_init(const struct app_descriptor *app) | |||
if (target_is_emmc_boot()) | |||
{ | |||
if (!boot_into_recovery) { | |||
/* Try to boot from first fs we can find */ |
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.
Try not to add irrelevant changes.
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.
Try not to add irrelevant changes.
OK
platform/msm_shared/display_menu.c
Outdated
|
||
display_fbcon_menu_message("Welcome to HICODE002 BOOTLOADER!\n", FBCON_RED_MSG, common_factor); |
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.
Remember to drop customised parts. You can split these into another commit, which would be easier to manage.
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.
Refe
Deleted
|
In fact, T1-A21W is the wifi-only version of T1-A21L.
This device does not use tps65132,but shared the same gpios with tps65132
GPIO 32 is used to enable the regulator of LCD
GPIO 97 is used to enable the regulator of the backlight
And huawei uses custom dcs commands to set brightness.