From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH 4/4] drm/panel: jh057n0090: Add regulator support Date: Tue, 25 Jun 2019 23:24:19 +0200 Message-ID: <20190625212419.GB20625@ravnborg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Thierry Reding , David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Mauro Carvalho Chehab , "David S. Miller" , Greg Kroah-Hartman , Nicolas Ferre , "Paul E. McKenney" , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Purism Kernel Team List-Id: devicetree@vger.kernel.org On Tue, Jun 25, 2019 at 07:05:19PM +0200, Guido Günther wrote: > Allow to specify regulators for vcc and iovcc. According to the data > sheet the panel wants vcc (2.8V) and iovcc (1.8V) and there's no startup > dependency between the two. s/jh057n0090/jh057n00900 > > Signed-off-by: Guido Günther > --- > .../drm/panel/panel-rocktech-jh057n00900.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c b/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c > index b8a069055fbc..f8f6f087b9bc 100644 > --- a/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c > +++ b/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c > @@ -15,6 +15,7 @@ > #include > #include > #include > +#include > #include