On Thursday 25 September 2014 08:06:27 Jingchang Lu wrote: > > Libfdt doesn't provide way to find a node by label. Label is just a shortcut to > a full absolute path, it's useful in device tree source reference, but is hard > to find a label after build to dtb. Aliases just provide the way to save a > full absolute path in properties like label, but they can be find in dtb after > build so that fixup on dtb can find a node efficiently. So I think the aliases > for the phy nodes is also reasonable. Many others boards also use labels for > various dts nodes. Ok, fair enough. I still think it would be a good idea in general to let all boot loaders find nodes and properties by label, which in theory should be simpler than finding them by aliases, but if they don't do that today it should not stop your file from getting merged. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html