On Sat, Aug 9, 2014 at 10:15 AM, Guenter Roeck [off-list ref] wrote:
ERROR (phandle_references): Reference to non-existent node or label
"disp_pd"
ERROR: Input tree has errors, aborting (use -f to force output)
make[1]: *** [arch/arm/boot/dts/exynos5420-arndale-octa.dtb] Error 2
Ok, so it's something else that was apparently known about in -next,
but not mentioned when pushing to me. Oh well.
The new disp_dt use was added by commit 5a8da524049c ("ARM: dts:
exynos5420: add dsi node"), while commit d51cad7df871 ("ARM: dts:
remove display power domain for exynos5420") removed the node.
I'll leave it broken until the ARM people get around to fixing it.
Likely by just removing the disp_dt line from the dsi node, but I'll
let the proper people sort it out.
Linus