-
Notifications
You must be signed in to change notification settings - Fork 143
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
Develop/mimx9131 support #497
base: master
Are you sure you want to change the base?
Develop/mimx9131 support #497
Conversation
Looks fair PR. Thanks! |
Thanks for your review and approval! |
package_count = sum(1 for _ in proc_root.glob(search_pattern)) | ||
if package_count == 0: | ||
print("No signal configuration files were found in this data pack") | ||
sys.exit(255) |
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.
Update copyright?
c360b5d
to
2c37045
Compare
V2:
|
It seems need to rebase as there is conflict for mcux/scripts/pinctrl/gen_soc_headers.py |
It's already based on the latest commit of nxp-upstream/master. |
2c37045
to
8e14b49
Compare
For the i.MX91, the signal_configuration.xml was put under 'i_mx_2_0' instead of 'ksdk2_0', so add another search pattern for it. Signed-off-by: Hou Zhiqiang <[email protected]>
These files are copied from mcux-sdk. Signed-off-by: Hou Zhiqiang <[email protected]>
Add pinctrl dtsi for mimx9131cvvxj. Signed-off-by: Hou Zhiqiang <[email protected]>
V3:
|
Add mimx9131 device support and fix the gen_soc_headers.py for generating the pinctrl dtsi of imx91.