From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 2 Jun 2017 07:39:57 +0200 Subject: [U-Boot] [PATCH v2 21/28] rockchip: video: Take the vop device out of standby In-Reply-To: <20170531235737.11676-22-sjg@chromium.org> References: <20170531235737.11676-1-sjg@chromium.org> <20170531235737.11676-22-sjg@chromium.org> Message-ID: <20170602073957.07b73b05@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 31 May 2017 17:57:29 -0600 Simon Glass sjg at chromium.org wrote: > On reset the standby bit is clear, but if U-Boot is chain-loaded from > another boot loader it may be set. Clear it before starting up video so > that it works correctly. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/video/rockchip/rk_vop.c | 3 +++ > 1 file changed, 3 insertions(+) Acked-by: Anatolij Gustschin