Hi Sam,
Maxime Ripard wrote on Mon, 16 Dec 2019 14:27:32
+0100:
> On Mon, Dec 16, 2019 at 02:10:36PM +0100, Miquel Raynal wrote:
> > > > drivers/gpu/drm/panel/panel-simple.c | 12 +++-
> > > > 1 file changed, 11 insertions(+), 1 deletion(-)
> > > >
> > > > diff --git a/drivers/gpu/drm/p
On Mon, Dec 16, 2019 at 02:10:36PM +0100, Miquel Raynal wrote:
> > > drivers/gpu/drm/panel/panel-simple.c | 12 +++-
> > > 1 file changed, 11 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/drivers/gpu/drm/panel/panel-simple.c
> > > b/drivers/gpu/drm/panel/panel-simple.c
> > > index
Hi Sam,
Sam Ravnborg wrote on Sat, 14 Dec 2019 11:23:54
+0100:
> Hi Miquel.
>
> On Fri, Dec 13, 2019 at 07:13:25PM +0100, Miquel Raynal wrote:
> > The panel common bindings provide a gpios-reset property which is
> > active low by default. Let's support it in the simple driver.
> >
> > De-asse
Hi,
On Fri, Dec 13, 2019 at 07:13:25PM +0100, Miquel Raynal wrote:
> The panel common bindings provide a gpios-reset property which is
> active low by default. Let's support it in the simple driver.
>
> De-asserting the reset pin implies a physical high, which in turns is
> a logic low.
>
> Signed
Hi Maxime,
Maxime Ripard wrote on Mon, 16 Dec 2019 14:06:15
+0100:
> Hi,
>
> On Fri, Dec 13, 2019 at 07:13:25PM +0100, Miquel Raynal wrote:
> > The panel common bindings provide a gpios-reset property which is
> > active low by default. Let's support it in the simple driver.
> >
> > De-assertin
The panel common bindings provide a gpios-reset property which is
active low by default. Let's support it in the simple driver.
De-asserting the reset pin implies a physical high, which in turns is
a logic low.
Signed-off-by: Miquel Raynal
---
drivers/gpu/drm/panel/panel-simple.c | 12 +
Hi Miquel.
On Fri, Dec 13, 2019 at 07:13:25PM +0100, Miquel Raynal wrote:
> The panel common bindings provide a gpios-reset property which is
> active low by default. Let's support it in the simple driver.
>
> De-asserting the reset pin implies a physical high, which in turns is
> a logic low.
>