diff options
author | Axel Haslam <ahaslam@baylibre.com> | 2016-10-26 21:41:55 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-10-31 16:58:21 +0530 |
commit | 40a17abc8b98440ba3c05254b57564a6db1a70b0 (patch) | |
tree | 877f840a326a23f79e140f4ff0260db12253528d /include/trace | |
parent | 0fcd54112a9f7902b05741ab493173ee71210458 (diff) | |
download | linux-40a17abc8b98440ba3c05254b57564a6db1a70b0.tar.bz2 |
ARM: davinci: da8xx: Add full regulator constraints for non-DT boot
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 regulator_has_full_constraints(), An error would be returned
instead of -EPROBE_DEFER for the regulator, and the probe of the phy driver
can continue normally without a regulator.
Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
[nsekhar@ti.com: minor commit message updates]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'include/trace')
0 files changed, 0 insertions, 0 deletions