From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 2 Jun 2017 07:36:28 +0200 Subject: [U-Boot] [PATCH v2 12/28] tegra: video: Don't power up the SOR twice In-Reply-To: <20170531235737.11676-13-sjg@chromium.org> References: <20170531235737.11676-1-sjg@chromium.org> <20170531235737.11676-13-sjg@chromium.org> Message-ID: <20170602073628.20a43e55@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Wed, 31 May 2017 17:57:20 -0600 Simon Glass sjg at chromium.org wrote: > If U-Boot is the secondary boot loader, or has been run from itself, the > SOR may already be powered up. Powering it up again causes a hang, so > detect this situation and skip it. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/video/tegra124/sor.c | 9 +++++++++ > 1 file changed, 9 insertions(+) Acked-by: Anatolij Gustschin