Re: [PATCH] ARM: davinci: Add full regulator constraints for non-DT boot

2016-10-28 Thread Sekhar Nori
On Thursday 27 October 2016 01:11 AM, ahas...@baylibre.com wrote: > From: Axel Haslam > > The phy framework requests an optional "phy" regulator. If it does > not find one, it returns -EPROBE_DEFER. In the case of non-DT boot > for the omap138-lcdk board, this would prevent

Re: [PATCH] ARM: davinci: Add full regulator constraints for non-DT boot

2016-10-28 Thread Sekhar Nori
On Thursday 27 October 2016 01:11 AM, ahas...@baylibre.com wrote: > From: Axel Haslam > > The phy framework requests an optional "phy" regulator. If it does > not find one, it returns -EPROBE_DEFER. In the case of non-DT boot > for the omap138-lcdk board, this would prevent the usb11 phy to

Re: [PATCH] ARM: davinci: Add full regulator constraints for non-DT boot

2016-10-26 Thread David Lechner
On 10/26/2016 02:41 PM, ahas...@baylibre.com wrote: From: Axel Haslam The phy framework requests an optional "phy" regulator. If it does not find one, it returns -EPROBE_DEFER. In the case of non-DT boot for the omap138-lcdk board, this would prevent the usb11 phy to

Re: [PATCH] ARM: davinci: Add full regulator constraints for non-DT boot

2016-10-26 Thread David Lechner
On 10/26/2016 02:41 PM, ahas...@baylibre.com wrote: From: Axel Haslam The phy framework requests an optional "phy" regulator. If it does not find one, it returns -EPROBE_DEFER. In the case of non-DT boot for the omap138-lcdk board, this would prevent the usb11 phy to probe correctly and ohci

[PATCH] ARM: davinci: Add full regulator constraints for non-DT boot

2016-10-26 Thread ahaslam
From: Axel Haslam The phy framework requests an optional "phy" regulator. If it does not find one, it returns -EPROBE_DEFER. In the case of non-DT boot for the omap138-lcdk board, this would prevent the usb11 phy to probe correctly and ohci would not enumerate. By calling

[PATCH] ARM: davinci: Add full regulator constraints for non-DT boot

2016-10-26 Thread ahaslam
From: Axel Haslam The phy framework requests an optional "phy" regulator. If it does not find one, it returns -EPROBE_DEFER. In the case of non-DT boot for the omap138-lcdk board, this would prevent the usb11 phy to probe correctly and ohci would not enumerate. By calling