dts: msm8939: asus-z00t: add board overrides#659
Merged
TravMurav merged 1 commit intomsm8916-mainline:mainfrom Mar 9, 2026
Merged
dts: msm8939: asus-z00t: add board overrides#659TravMurav merged 1 commit intomsm8916-mainline:mainfrom
TravMurav merged 1 commit intomsm8916-mainline:mainfrom
Conversation
Sometimes Z00T passes a bogus board-id, based on which lk2nd tries (and fails) to boot the downstream kernel. For every variant of Z00T, pass its respective board-id as an override. For now, the mainline kernel does not account for slight differences of Z00T. To make sure lk2nd picks the right dtb for the mainline kernel, we include all board-ids in the single file, and have lk2nd pick the right child based on PRJ_ID parameter passed by the stock bootloader. Along with splitting the variants, we also include extra panels for ZE601KL which could not be included due to this being a shared dts. Signed-off-by: Erikas Bitovtas <xerikasxx@gmail.com>
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sometimes Z00T passes a bogus board-id, based on which lk2nd tries (and fails) to boot the downstream kernel. For every variant of Z00T, pass its respective board-id as an override.
For now, the mainline kernel does not account for slight differences of Z00T. To make sure lk2nd picks the right dtb for the mainline kernel, we include all board-ids in the single file, and have lk2nd pick the right child based on PRJ_ID parameter passed by the stock bootloader.
Along with splitting the variants, we also include extra panels for ZE601KL which could not be included due to this being a shared dts.