From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [1/2] dt-bindings: display: panel: add AUO kd101n80-45na panel bindings Date: Sun, 9 Jun 2019 12:56:17 +0200 Message-ID: <20190609105617.GC28935@ravnborg.org> References: <20190608112342.64416-1-jitao.shi@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190608112342.64416-1-jitao.shi@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org To: Jitao Shi Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , linux-pwm@vger.kernel.org, David Airlie , Matthias Brugger , stonea168@163.com, dri-devel@lists.freedesktop.org, Andy Yan , Ajay Kumar , Vincent Palatin , cawa.cheng@mediatek.com, Russell King , Thierry Reding , devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, yingjoe.chen@mediatek.com, eddie.huang@mediatek.com, linux-arm-kernel@lists.infradead.org, Rahul Sharma , srv_heupstream@mediatek.com, linux-kernel@vge List-Id: devicetree@vger.kernel.org Hi Jitao. Binding doc for this panel looks good. With added description for avdd + avee it is: Reviewed-by: Sam Ravnborg On Sat, Jun 08, 2019 at 07:23:41PM +0800, Jitao Shi wrote: > Add documentation for auo kd101n80-45na panel. > > Signed-off-by: Jitao Shi > --- > .../display/panel/auo,kd101n80-45na.txt | 34 +++++++++++++++++++ > 1 file changed, 34 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/auo,kd101n80-45na.txt > > diff --git a/Documentation/devicetree/bindings/display/panel/auo,kd101n80-45na.txt b/Documentation/devicetree/bindings/display/panel/auo,kd101n80-45na.txt > new file mode 100644 > index 000000000000..7715cf703431 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/auo,kd101n80-45na.txt > @@ -0,0 +1,34 @@ > +AUO Corporation 10.1" WUXGA TFT LCD panel > + > +Required properties: > +- compatible: should be "auo,kd101n80-45na" > +- reg: the virtual channel number of a DSI peripheral > +- enable-gpios: a GPIO spec for the enable pin > +- pp1800-supply: core voltage supply > +- avdd-supply: > +- avee-supply: Descriptions are missing for the 2 x supply. > +- backlight: phandle of the backlight device attached to the panel > + > +The device node can contain one 'port' child node with one child > +'endpoint' node, according to the bindings defined in > +media/video-interfaces.txt. This node should describe panel's video bus. > + > +Example: > +&dsi { > + ... > + panel@0 { > + compatible = "auo,kd101n80-45na"; > + reg = <0>; > + enable-gpios = <&pio 45 0>; > + avdd-supply = <&ppvarn_lcd>; > + avee-supply = <&ppvarp_lcd>; > + pp1800-supply = <&pp1800_lcd>; > + backlight = <&backlight_lcd0>; > + status = "okay"; > + port { > + panel_in: endpoint { > + remote-endpoint = <&dsi_out>; > + }; > + }; > + }; > +}; > -- > 2.21.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel