diff-ing two device tree
Grant Likely
grant.likely at secretlab.ca
Fri Sep 9 04:27:53 EST 2011
On Thu, Sep 08, 2011 at 10:31:59AM -0500, Kumar Gala wrote:
> Do we have a utility that can diff two device trees. What I'm
> looking for is something that has some context awareness. It can
> deal with (p)handle values being different, properties in a node in
> different order, etc.
I hacked something together which sorts the two trees and then diffs
the output, but that is rather a hack. I don't think anyone has put
together a context sensitive dt diff tool.
g.
More information about the devicetree-discuss
mailing list