Skip to content
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

Open
wants to merge 4 commits into
base: legacy
Choose a base branch
from

Conversation

hicode002
Copy link

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.

0xf5, your brightness, 0x15, 0x80

Your Name added 2 commits November 19, 2024 15:01
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]>
Copy link
Contributor

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 */

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.

Copy link
Author

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


display_fbcon_menu_message("Welcome to HICODE002 BOOTLOADER!\n", FBCON_RED_MSG, common_factor);

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refe

Deleted

@wonderfulShrineMaidenOfParadise
Copy link
Contributor

legacy should have been achieved and not supposed to be added more changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants