Re: [U-Boot] [PATCH 2/5] dm: video: bridge: don't fail to activate bridge if sleep gpio is missing

2018-09-30 Thread André Przywara
On 9/30/18 12:45 AM, Vagrant Cascadian wrote: > From: Vasily Khoruzhick > > Sleep gpio is optional, so it's possible to have reset gpio, but no sleep > gpio. > We shouldn't fail early in case of missing sleep gpio, otherwise we won't > deassert reset. > > Signed-off-by: Vasily Khoruzhick >

Re: [U-Boot] [PATCH 2/5] dm: video: bridge: don't fail to activate bridge if sleep gpio is missing

2018-09-30 Thread Vasily Khoruzhick
On Sun, Sep 30, 2018 at 10:48 AM Vagrant Cascadian wrote: > > On 2018-09-29, Vasily Khoruzhick wrote: > > On Sat, Sep 29, 2018 at 4:46 PM Vagrant Cascadian > > wrote: > >> Sleep gpio is optional, so it's possible to have reset gpio, but no sleep > >> gpio. > >> We shouldn't fail early in case

Re: [U-Boot] [PATCH 2/5] dm: video: bridge: don't fail to activate bridge if sleep gpio is missing

2018-09-30 Thread Vagrant Cascadian
On 2018-09-29, Vasily Khoruzhick wrote: > On Sat, Sep 29, 2018 at 4:46 PM Vagrant Cascadian wrote: >> Sleep gpio is optional, so it's possible to have reset gpio, but no sleep >> gpio. >> We shouldn't fail early in case of missing sleep gpio, otherwise we won't >> deassert reset. ... >> diff

Re: [U-Boot] [PATCH 2/5] dm: video: bridge: don't fail to activate bridge if sleep gpio is missing

2018-09-30 Thread Vasily Khoruzhick
Hi Vagrant, On Sat, Sep 29, 2018 at 4:46 PM Vagrant Cascadian wrote: > > From: Vasily Khoruzhick > > Sleep gpio is optional, so it's possible to have reset gpio, but no sleep > gpio. > We shouldn't fail early in case of missing sleep gpio, otherwise we won't > deassert reset. > >

[U-Boot] [PATCH 2/5] dm: video: bridge: don't fail to activate bridge if sleep gpio is missing

2018-09-29 Thread Vagrant Cascadian
From: Vasily Khoruzhick Sleep gpio is optional, so it's possible to have reset gpio, but no sleep gpio. We shouldn't fail early in case of missing sleep gpio, otherwise we won't deassert reset. Signed-off-by: Vasily Khoruzhick Signed-off-by: Vagrant Cascadian ---