commit | 10eadc253ddf8325bc6daafdbed67438cfede84c | [log] [tgz] |
---|---|---|
author | Frank Rowand <frank.rowand@sonymobile.com> | Thu Jan 07 11:03:14 2016 -0800 |
committer | Rob Herring <robh@kernel.org> | Mon Jan 25 08:47:47 2016 -0600 |
tree | 6a96a94420dea92c7563db35e1f589d4492a5291 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
dtc: create tool to diff device trees Create script to diff device trees. The device tree can be in any of the forms recognized by the dtc compiler: - source - binary blob - file system tree (from /proc/devicetree) If the device tree is a source file, then it is pre-processed in the same way as it would be when built in the linux kernel source tree before diffing. Signed-off-by: Frank Rowand <frank.rowand@sonymobile.com> Signed-off-by: Rob Herring <robh@kernel.org>