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

Huawei Maimang4(rio): init support #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/huawei-rio.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# DTB: 05_dtbdump_,Qualcomm_MSM_8939_HUAWEI_RIO-AL00_VB.dtb from unofficial twrp

OPTIONS=(-r vsp -r vsn --dumb-dcs)
PANELS=(
[boe_otm1901_5p5_1080p_video]="huawei,rio-boe-otm1901"
[cmi_nt35532_5p5_1080p_video]="huawei,rio-cmi-nt35532"
[tianma_nt35596_5p5_1080p_video]="huawei,rio-tianma-nt35596"
Comment on lines +6 to +8
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
[boe_otm1901_5p5_1080p_video]="huawei,rio-boe-otm1901"
[cmi_nt35532_5p5_1080p_video]="huawei,rio-cmi-nt35532"
[tianma_nt35596_5p5_1080p_video]="huawei,rio-tianma-nt35596"
[tianma_nt35596_5p5_1080p_video]="huawei,rio-tianma-nt35596"

We only add panels tested by a real person here. This way we know which panel exist in production, and which only in test devices that were never sold.

)
Binary file added dtb/huawei-rio.dtb
Binary file not shown.