[U-Boot] [PATCH] rockchip: video: fix taking the VOP device out of standby

Dr. Philipp Tomsich philipp.tomsich at theobroma-systems.com
Fri Jun 9 16:48:53 UTC 2017


Anatolij,

This is against u-boot-dm/master and a fix-up for the errors that Tom
reported in response to Simon’s pull-request (for u-boot-dm).

I haven’t bothered to find out what tree the underlying patch came in
through…

Philipp.

> On 09 Jun 2017, at 18:45, Anatolij Gustschin <agust at denx.de> wrote:
> 
> Hi Philipp,
> 
> On Fri,  9 Jun 2017 18:24:37 +0200
> Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote:
> ...
>> --- a/drivers/video/rockchip/rk3288_vop.c
>> +++ b/drivers/video/rockchip/rk3288_vop.c
>> @@ -75,7 +75,7 @@ static int rk_vop_remove(struct udevice *dev)
>> 	struct rk_vop_priv *priv = dev_get_priv(dev);
>>         struct rk3288_vop *regs = priv->regs;
>> 
>> -	rk_setreg(&regs->sys_ctrl, V_STANDBY_EN(1));
>> +	setbits_le32(&regs->sys_ctrl, V_STANDBY_EN(1));
> 
> this patch doesn't apply on current master. Do you have more local
> patches applied?
> 
> --
> Anatolij



More information about the U-Boot mailing list