From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH 3/4] dt-bindings: display/panel: jh057n0090: Document power supply properties Date: Tue, 25 Jun 2019 23:18:45 +0200 Message-ID: <20190625211845.GA20625@ravnborg.org> References: <5ebbc0cf3fc8fcfd0300fb4d81be5acae156a4d4.1561482165.git.agx@sigxcpu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <5ebbc0cf3fc8fcfd0300fb4d81be5acae156a4d4.1561482165.git.agx@sigxcpu.org> 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:18PM +0200, Guido Günther wrote: > Document the vcc-supply and iovcc-supply propertes of the Rocktech > jh057n0090 panel. s/propertes/properties s/jh057n0090/jh057n00900 With these fixed: Reviewed-by: Sam Ravnborg > > Signed-off-by: Guido Günther > --- > .../bindings/display/panel/rocktech,jh057n00900.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt > index 1b5763200cf6..a372c5d84695 100644 > --- a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt > +++ b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt > @@ -5,6 +5,9 @@ Required properties: > - reg: DSI virtual channel of the peripheral > - reset-gpios: panel reset gpio > - backlight: phandle of the backlight device attached to the panel > +- vcc-supply: phandle of the regulator that provides the vcc supply voltage. > +- iovcc-supply: phandle of the regulator that provides the iovcc supply > + voltage. > > Example: > > @@ -14,5 +17,7 @@ Example: > reg = <0>; > backlight = <&backlight>; > reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>; > + vcc-supply = <®_2v8_p>; > + iovcc-supply = <®_1v8_p>; > }; > }; > -- > 2.20.1