
9 Jun
2017
9 Jun
'17
6:48 p.m.
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@denx.de wrote:
Hi Philipp,
On Fri, 9 Jun 2017 18:24:37 +0200 Philipp Tomsich philipp.tomsich@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(®s->sys_ctrl, V_STANDBY_EN(1));
- setbits_le32(®s->sys_ctrl, V_STANDBY_EN(1));
this patch doesn't apply on current master. Do you have more local patches applied?
-- Anatolij