Re: [PATCH v2] dtc: create tool to diff device trees

From: Rob Herring
Date: Mon Jan 25 2016 - 09:53:54 EST


On Thu, Jan 7, 2016 at 1:03 PM, Frank Rowand <frowand.list@xxxxxxxxx> wrote:
> From: Frank Rowand <frank.rowand@xxxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxxx>

Applied with setting permissions to 755. Thanks.

Rob