On Mon, Feb 4, 2013 at 12:54 PM, Lee Jones <lee.jo...@linaro.org> wrote:
> +static struct regulator_consumer_supply ab8505_usb_consumers[] = { > + /* HS USB OTG physical interface */ > + REGULATOR_SUPPLY("v-usb", NULL), > +}; As noted by Mark elsewhere this should be the name of the voltage input on the actual component. "v-usb" is the name of a rail. But what is that actual name of the voltage input on that component? "vdd" or similar are common. This need to be changed in this definition and the consumer driver alike. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/