-
Notifications
You must be signed in to change notification settings - Fork 13
config/dtb: Add Asus Zenfone 3 (zenfone3) #14
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
Conversation
config/asus-zenfone3.sh
Outdated
|
|
||
| OPTIONS=(-r vsn -r vsp) | ||
| PANELS=( | ||
| [ctc5p5_ili7807b_1080p_video]="asus,ctc5p5_ili7807b" |
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.
| [ctc5p5_ili7807b_1080p_video]="asus,ctc5p5_ili7807b" | |
| [ctc5p5_ili7807b_1080p_video]="asus,zs520kl-ili7807b-cts5p5" |
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.
wait, what is this for?
btw "5p2" is for ze520kl, while "5p5" is for ze552kl
and the lk2nd PR for these panels was merged a month ago, do I need to open another PR to them? 😵💫
msm8916-mainline/lk2nd#392
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.
You can update lk2nd, than use ze552kl and ze520kl prefix and remove the post fixes
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.
or you can used postfixes without 5p5 and 5p2
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.
hmm... wdyt about this commit? looks good?
Smankusors/lk2nd@8f33f76
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.
yes it seems fine
config/asus-zenfone3.sh
Outdated
| [ctc5p5_ili7807b_1080p_video]="asus,ctc5p5_ili7807b" | ||
| [tm5p5_r63350_1080p_video]="asus,tm5p5_r63350" | ||
| [tm5p2_r63350_1080p_video]="asus,tm5p2_r63350" | ||
| [boe5p2_ili7807b_1080p_video]="asus,boe5p2_ili7807b" |
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.
| [boe5p2_ili7807b_1080p_video]="asus,boe5p2_ili7807b" | |
| [boe5p2_ili7807b_1080p_video]="asus,zs520kl-ili7807b-boe5p2" |
config/asus-zenfone3.sh
Outdated
| [tm5p5_r63350_1080p_video]="asus,tm5p5_r63350" | ||
| [tm5p2_r63350_1080p_video]="asus,tm5p2_r63350" | ||
| [boe5p2_ili7807b_1080p_video]="asus,boe5p2_ili7807b" | ||
| [txd5p5_nt35596_1080p_video]="asus,txd5p5_nt35596" |
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.
| [txd5p5_nt35596_1080p_video]="asus,txd5p5_nt35596" | |
| [txd5p5_nt35596_1080p_video]="asus,zs520kl-nt35596-txd5p5" |
config/asus-zenfone3.sh
Outdated
| [tm5p2_r63350_1080p_video]="asus,tm5p2_r63350" | ||
| [boe5p2_ili7807b_1080p_video]="asus,boe5p2_ili7807b" | ||
| [txd5p5_nt35596_1080p_video]="asus,txd5p5_nt35596" | ||
| [lce5p5_otm1901a_1080p_video]="asus,lce5p5_otm1901a" |
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.
| [lce5p5_otm1901a_1080p_video]="asus,lce5p5_otm1901a" | |
| [lce5p5_otm1901a_1080p_video]="asus,zs520kl-otm1901a-lce5p5" |
config/asus-zenfone3.sh
Outdated
| OPTIONS=(-r vsn -r vsp) | ||
| PANELS=( | ||
| [ctc5p5_ili7807b_1080p_video]="asus,ctc5p5_ili7807b" | ||
| [tm5p5_r63350_1080p_video]="asus,tm5p5_r63350" |
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.
| [tm5p5_r63350_1080p_video]="asus,tm5p5_r63350" | |
| [tm5p5_r63350_1080p_video]="asus,zs520kl-r63350-tm5p5" |
config/asus-zenfone3.sh
Outdated
| PANELS=( | ||
| [ctc5p5_ili7807b_1080p_video]="asus,ctc5p5_ili7807b" | ||
| [tm5p5_r63350_1080p_video]="asus,tm5p5_r63350" | ||
| [tm5p2_r63350_1080p_video]="asus,tm5p2_r63350" |
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.
| [tm5p2_r63350_1080p_video]="asus,tm5p2_r63350" | |
| [tm5p2_r63350_1080p_video]="asus,zs520kl-r63350-tm5p2" |
I can only validate the
tm5p2_r63350_1080p_video, because it is the display my phone currently uses.Please let me know if there's anything else I need to do regarding this PR.