-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to add lable for existing node? #144
Comments
I wanted to follow up to let you know that I've seen this, but am out of the office until mid first week of January, so can't dig into this much before then. Just so I'm clear, you are seeing two different problems:
As for #1, there is a label notation that needs be used, it may have issues. I need to run a test and will follow up. As for #2, it is a bug. I'm not sure why it is generating a phandle and then not ensuring that it is globally unique in the target tree. I'll have to setup a test for this. If you have sample input files, and lop files, can you attach them to the bug ? It will make reproducing the problem much faster on my end. |
For #1 and #2, it has the same input files. input_dts.txt
|
FYI: I'm back from holidays now, and will pick this up shortly. |
FYI, I am not blocked by this now. It's ok in my use case without adding an alias for CPU nodes and /cpus/idle-states. |
The format is: "path":"property":"replacement" to modify property. My original node is as below:
And I want to change it to
How to add it?
When the existing device has some phandle and add a node with label, it will cause duplicated phandle issues. I used below operation to add a node.
And I used dtc to covert the dtb file to dts file, it has below errors
The text was updated successfully, but these errors were encountered: