Re: [PATCH 1/2] commands: Add of_fixup_status

2016-02-22 Thread Sascha Hauer
Hi Teresa, On Tue, Feb 16, 2016 at 11:51:16AM +0100, Teresa Remmet wrote: > of_fixup_status enables or disables the status property of a > given node with a device tree fixup. > > Signed-off-by: Teresa Remmet > --- > commands/Kconfig | 16 +++ > commands/Makefile | 1 +

[PATCH 1/2] commands: Add of_fixup_status

2016-02-16 Thread Teresa Remmet
of_fixup_status enables or disables the status property of a given node with a device tree fixup. Signed-off-by: Teresa Remmet --- commands/Kconfig | 16 +++ commands/Makefile | 1 + commands/of_fixup_status.c | 101 + 3 files