[U-Boot] [PATCH 1/1] rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable()【请注意,邮件由u-boot-bounces at lists.denx.de代发】 to dw_hdmi_enable()
Kever Yang
kever.yang at rock-chips.com
Mon Jul 15 13:04:06 UTC 2019
Hi Niklas,
On 2019/7/14 下午6:40, Niklas Schulze wrote:
> The RK3288 HDMI driver's rk3288_hdmi_enable() currently lacks a call to
> dw_hdmi_enable(). Thus, the HDMI output never gets enabled.
>
> Signed-off-by: Niklas Schulze <me at jns.io>
> Cc: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
Reviewed-by: Kever Yang <Kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> drivers/video/rockchip/rk3288_hdmi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/rockchip/rk3288_hdmi.c b/drivers/video/rockchip/rk3288_hdmi.c
> index 315d3adf27..3d25ce924c 100644
> --- a/drivers/video/rockchip/rk3288_hdmi.c
> +++ b/drivers/video/rockchip/rk3288_hdmi.c
> @@ -33,7 +33,7 @@ static int rk3288_hdmi_enable(struct udevice *dev, int panel_bpp,
> /* hdmi data from vop id */
> rk_clrsetreg(&grf->soc_con6, 1 << 4, (vop_id == 1) ? (1 << 4) : 0);
>
> - return 0;
> + return dw_hdmi_enable(&priv->hdmi, edid);
> }
>
> static int rk3288_hdmi_ofdata_to_platdata(struct udevice *dev)
More information about the U-Boot
mailing list