On Friday 07 November 2014 11:57:54 Peter Griffin wrote: > + > + soc { > + > + ohci0: usb@9a03c00 { > + status = "okay"; > + }; > + > + ehci0: usb@9a03e00 { > + status = "okay"; > + }; > + > + ohci1: usb@9a83c00 { > + status = "okay"; > + }; > + > + ehci1: usb@9a83e00 { > + status = "okay"; > + }; > + }; > +}; > These seem to refer to an existing device in the base dtsi file. Just put the label in the shared file and remove the exact names here. Alternatively, drop the labels you don't use. 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