On Tue, Apr 05, 2016 at 11:34:33AM +0200, Nikolaus Schulz wrote: > > * If it is inappropriate to pass off to fdt_add_subnode() can > > that be resolved by simply passing 0 instead? > > If we know that we're adding a top-level node, then yes. Basically, > one can do that either in fdt_add_subnode, or when calling it in > zImage_arm_load. My patch does the latter. s/fdt_add_subnode/setup_dtb_prop/ in the above paragraph Nikolaus