-
Notifications
You must be signed in to change notification settings - Fork 416
WIP: Moto G7 (river) Support #572
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 all commits
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,29 @@ | ||||||
| // SPDX-License-Identifier: GPL-2.0-only | ||||||
|
|
||||||
| /dts-v1/; | ||||||
|
|
||||||
| #include <skeleton64.dtsi> | ||||||
| #include <lk2nd.dtsi> | ||||||
| #include <motorola-carrier-channel-ids.dtsi> | ||||||
|
|
||||||
| / { | ||||||
| model = "Qualcomm Technologies, Inc. SDM632 + PMI632 MTP S3"; | ||||||
|
Member
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. which of the lines in (edit: I now see the device didn't yet boot properly, we usually try to minimize the amount of stuff in / where possible, but that can be figured out later, when the device actually boots to lk2nd) |
||||||
| compatible = "qcom,sdm632-mtp", "qcom,sdm632", "qcom,mtp"; | ||||||
| qcom,msm-id = <0x15d 0x00>; | ||||||
|
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.
Suggested change
|
||||||
| qcom,msm-name = "SDM632"; | ||||||
| qcom,pmic-id = <0x10016 0x25 0x00 0x00>; | ||||||
| qcom,board-id = <0x45 0xb1b0>, <0x45 0xa100>, <0x45 0xa200>, <0x145 0xa100>, <0x145 0xa200>; | ||||||
|
|
||||||
| __symbols__ {}; | ||||||
| }; | ||||||
|
|
||||||
| &lk2nd { | ||||||
| model = "Motorola G7 (River)"; | ||||||
| compatible = "motorola,river"; | ||||||
|
|
||||||
| lk2nd,dtb-files = "sdm632-motorola-river"; | ||||||
|
|
||||||
| unit-info { | ||||||
| compatible = "motorola,unit-info"; | ||||||
| }; | ||||||
| }; | ||||||
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.
if possible, we try to align to the modern Linux practice for dts.