dtc: create tool to diff device trees
authorFrank Rowand <frank.rowand@sonymobile.com>
Thu, 7 Jan 2016 19:03:14 +0000 (11:03 -0800)
committerRob Herring <robh@kernel.org>
Mon, 25 Jan 2016 14:47:47 +0000 (08:47 -0600)
commit10eadc253ddf8325bc6daafdbed67438cfede84c
tree6a96a94420dea92c7563db35e1f589d4492a5291
parent92e963f50fc74041b5e9e744c330dca48e04f08d
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>
scripts/dtc/dtx_diff [new file with mode: 0755]
This page took 0.030217 seconds and 5 git commands to generate.