commit | e23c6c28b01785547e0356667ab435ef904af531 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 06 19:27:48 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Mar 17 10:27:22 2016 +0800 |
tree | 21fecaf2d3f1015d1c63c1d1467bda99eee7d9fa | |
parent | 2e9ae222f152dde8b2cfe15d5042331e0fa4b8f7 [diff] |
video: Allow simple-panel to be used without regulators At present simple-panel requires regulator support and will not build without it. But some panels do not have a power supply, or at least not one that can be controlled. Update the implementation to cope with this. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>