-
Notifications
You must be signed in to change notification settings - Fork 424
dts: msm8909: Add support for Andromax A (A16C3H) #585
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,18 @@ | ||||||
| // SPDX-License-Identifier: GPL-2.0-only | ||||||
|
|
||||||
| #include <skeleton64.dtsi> | ||||||
| #include <lk2nd.dtsi> | ||||||
|
|
||||||
| / { | ||||||
| // This is used by the bootloader to find the correct DTB | ||||||
| qcom,msm-id = <206 0>; | ||||||
| qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This device could be one of skuc device, so let's move the device to skuc.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Owh, Okay |
||||||
| }; | ||||||
|
|
||||||
| &lk2nd { | ||||||
| model = "Andromax A"; // FIXME | ||||||
| compatible = "andromax,a16c3h"; // FIXME | ||||||
|
|
||||||
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; | ||||||
|
||||||
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; | |
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; |
Use tabs.
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.
Sorry I Accidentally Press Backspace Before :)
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.
206? msm8916?https://github.com/msm8916-mainline/lk2nd/blob/main/lk2nd/include/dt-bindings/arm/qcom%2Cids.h#L75
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.
Ohh Sorry, I'm New Here So Just Forgive Me If I'm Wrong :)