mbox series

[v1,0/2] update dt-extract-example

Message ID 20200425105255.1064-1-sam@ravnborg.org
Headers show
Series update dt-extract-example | expand

Message

Sam Ravnborg April 25, 2020, 10:52 a.m. UTC
First one patch to add support for root nodes in dt-extract-example.
This will allow us to modify the example for simple-frambuffer to it
is more correct without any warnings.
And we may ahve a potential to use this in other places.

Verified that this did not introduce any regressions in
mainline kernel.

Looking at the generating output there was one line with wrong ident.
Fixed this so reading the generated outlut was a little easier
to the eye. The fix has no impact on the checks.

Patching simple-frambuffer.yaml in the kernel will
have to wait a little. At a minimum this patch should be accepted
and dt-schema shall have a higher version.

	Sam


Sam Ravnborg (2):
      tools/dt-extract-example: support examples with root node
      tools/dt-extract-example: beautify output

 tools/dt-extract-example | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)