-
|
I'm working on a board with a device tree that contains the following definition: As I mentioned in #35214 (reply in thread) I discovered it is possible to delete the However, placing the Can someone explain why the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Because you are not using the inner node, you would need to do |
Beta Was this translation helpful? Give feedback.
-
|
This is a fairly old discussion, but still very relevant. A word of warning is in order, however: Using /delete-node/ in an overlay can cause unanticipated devicetree configurations. For example, if you delete a high level node such as &pinctrl in an overlay file, attempting to create your own pin configs in a higher-precedence overlay file, any lower-presence overlay changes to &pinctrl will vanish, even though the lower precedence file exists. Of course, that sort of override may be your exact intention. Take care using it. Try to stay away from blanket deletions of higher level nodes than needed to avoid unanticipated side-effects. Try to target the deepest node that has just what you need to change. This is a powerful tool. |
Beta Was this translation helpful? Give feedback.
Because you are not using the inner node, you would need to do
/delete-node/ w25q32jv@0;