-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
PCIe build warnings from devicetree #16721
Comments
@galak and @ulfalizer are rewriting the devicetree scripts. Waiting on that before I fix this. |
Changed to medium-priority bug to be sure this stays on our radar for 2.0 release. Now that the new devicetree scripts are in place I can proceed to fix properly. |
@gnuless can we leave this as low, I don't think we're going to fix / address this in the 2.0.0 timeframe. |
@gnuless pls, give it a try if you have time :p |
@galak is right, it's going to take longer than we have to get all the changes integrated, so moving to 2.1.0 and changing back to low. |
@galak can you revisit this now that the devicetree stuff has been rewritten? the new Python scripts double the number of warnings spewed during the configuration process. I'm really not sure I want to start tinkering with work-in-progress devicetree code, but I imagine restructuring the .dts files and emitting b/d/f for PCI devices can't be all that hard. |
Describe the bug
When building targets with PCIe devices in devicetree, warnings are produced that need to be silenced.
To Reproduce
Steps to reproduce the behavior:
up_squared.dts.pre.tmp:94.15-105.5: Warning (simple_bus_reg): /soc/i2c@1: simple-bus unit address format error, expected "b100"
Impact
It's an annoyance (and bad form).
The text was updated successfully, but these errors were encountered: