[U-Boot] [PATCH v2 31/37] rockchip: jerry: Enable EDP and HDMI video output
Simon Glass
sjg at chromium.org
Fri Jan 22 19:39:05 CET 2016
On 21 January 2016 at 19:45, Simon Glass <sjg at chromium.org> wrote:
> Enable these devices using the VOPL video output device. We explicitly
> disable VOPB in the device tree to avoid it taking over. Since this device
> has an LCD display this comes up by default. If the display fails for some
> reason then it will attempt to use HDMI. It is possible to force it to fail
> (and thus fall back to HDMI) by puting 'return -EPERM' at the top of
> rk_edp_probe(). For now there is no easy way to select between the two.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/arm/dts/rk3288-jerry.dts | 5 +++++
> arch/arm/dts/rk3288.dtsi | 1 +
> configs/chromebook_jerry_defconfig | 6 ++++++
> include/configs/chromebook_jerry.h | 8 ++++++--
> 4 files changed, 18 insertions(+), 2 deletions(-)
Applied to u-boot-rockchip.
More information about the U-Boot
mailing list