On Thu, Nov 14, 2013 at 02:09:47AM +0000, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > > Udoo board has USBH1 port connected to a USB2514 hub. > > Add support for it. > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > --- > arch/arm/boot/dts/imx6q-udoo.dts | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6q-udoo.dts b/arch/arm/boot/dts/imx6q-udoo.dts > index 1c7f7a1..109b997 100644 > --- a/arch/arm/boot/dts/imx6q-udoo.dts > +++ b/arch/arm/boot/dts/imx6q-udoo.dts > @@ -19,6 +19,23 @@ > memory { > reg = <0x10000000 0x40000000>; > }; > + > + regulators { > + compatible = "simple-bus"; > + #address-cells = <1>; > + #size-cells = <0>; > + This should have a ranges property, or it's not a simple-bus. Why do you even need this anyway? The regulators can live under the root quite happily. Thanks, Mark. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html