commit | 29199214889a80ebbe944cf0c061bcee48a2d32f | [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 | 2e26682d0539dac169338c972992d1dcb4a2677e [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>