arm64: dts: mecha: adds mecha comet imx8mp board support#12
Open
advait-0 wants to merge 2 commits intomecha-org:mainline/masterfrom
Open
arm64: dts: mecha: adds mecha comet imx8mp board support#12advait-0 wants to merge 2 commits intomecha-org:mainline/masterfrom
advait-0 wants to merge 2 commits intomecha-org:mainline/masterfrom
Conversation
93dc88c to
fa63fd0
Compare
The imx8mp.dtsi in arch/arm/dts is outdated compared to the upstream Linux device tree. To keep all board-related DTS/DTSI files together in a single location, update the outdated dtsi to upstream imx8mp.dtsi instead. Future revisions can be updated to use the comet's upstream dts and imx8mp dtsi files.
fa63fd0 to
7f29569
Compare
Add initial support for the Mecha Systems Mecha Comet board. This includes DTS files, Makefile/Kconfig entries, and board initialization code needed for boot. Co-authored-by: Advait Dhamorikar <advaitd@mechasystems.com> Co-authored-by: Himanshu Bhavani <himanshub@mechasystems.com> Co-authored-by: Pratham Malaviya <prathamm@mechasystems.com> Co-authored-by: Gagan Malvi <gagan@ersa.dev>
7f29569 to
a737983
Compare
| select IMX8M_LPDDR4 | ||
|
|
||
| config TARGET_MECHA_COMET | ||
| bool "Mecha Systems Inc. Comet" |
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.
Add initial support for the Mecha Systems' Comet board. This includes DTS files, Makefile/Kconfig entries, and board initialization code needed for boot.
The DTs will be eventually switched over to Linux DTs via OF_UPSTREAM
once they are upstreamed as development progresses.