On Wednesday 07 May 2014 12:07:02 Eric Nelson wrote:
> For me, setting the status to "disabled" required a
> "resize" first:
>
> U-Boot > fdt set /v4l2_out status disabled
> libfdt fdt_setprop(): FDT_ERR_NOSPACE
> U-Boot > fdt resize
> U-Boot > fdt set /v4l2_out status disabled
>
> U-Boot > fdt print /v4l2_out
> v4l2_out {
> compatible = "fsl,mxc_v4l2_output";
> status = "disabled";
> };
>
How about starting out with status="disabled" and then
removing that if necessary? Leaving out the status property
should have the same effect as setting it to "ok".
Arnd
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html