From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1445325731.19417.20.camel@mtksdaap41> Subject: RE: [RFC 1/2] Dcumentation: bridge: Add documentation for ps8640 DT properties From: CK Hu Date: Tue, 20 Oct 2015 15:22:11 +0800 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: Rob Herring Cc: Pawel Moll , "; Mark Rutland" , "; Ian Campbell" , "; Kumar Gala" , "; David Airlie" , Matthias, "Jitao Shi , ; Thierry Reding" , "; Ajay Kumar" , "; Inki Dae" , Rahul, "Sean Paul , ; Vincent Palatin" , "; Andy Yan" , "; Philipp Zabel" , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, Sascha, Yingjoe, Eddie Huang , "; Cawa Cheng" List-ID: Hi, Rob: > -----Original Message----- > From: Rob Herring [mailto:robh+dt@kernel.org] > Sent: Friday, October 16, 2015 9:22 PM > Subject: Re: [RFC 1/2] Dcumentation: bridge: Add documentation for ps8640 > DT properties > > On Fri, Oct 16, 2015 at 7:15 AM, CK Hu wrote: > > From: Jitao Shi > > > > Add documentation for DT properties supported by ps8640 DSI-eDP > > converter. > > > > Signed-off-by: Jitao Shi > > --- > > .../devicetree/bindings/video/bridge/ps8640.txt | 48 > ++++++++++++++++++++ > > Please move to bindings/display/bridge/. ok, we will move ps8640.txt to bindings/display/bridge/ > > > 1 file changed, 48 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/video/bridge/ps8640.txt > > > > diff --git a/Documentation/devicetree/bindings/video/bridge/ps8640.txt > > b/Documentation/devicetree/bindings/video/bridge/ps8640.txt > > new file mode 100644 > > index 0000000..450b5df > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/video/bridge/ps8640.txt > > @@ -0,0 +1,48 @@ > > +ps8640-bridge bindings > > + > > +Required properties: > > + - compatible: "parade,ps8640" > > + - reg: first i2c address of the bridge > > + - power-gpios: OF device-tree gpio specification for power pin. > > + - reset-gpios: OF device-tree gpio specification for reset pin. > > + - mode-sel-gpios: OF device-tree gpio specification for mode-sel > pin. > > + - ps8640-1v2-supply: OF device-tree regulator specification for > 1v2. > > + - ps8640-3v3-supply: OF device-tree regulator specification for > 3v3. > > As others have said, I would drop the part number and name them based on > the supply name (e.g. vdd?, vcore?). yes, we should use vdd12-supply and vdd33-supply, we'll fixed it in next patch. > > > + > > +Optional properties: > > + - video interfaces: Device node can contain video interface port > > + nodes for panel according to [1]. > > I don't think this should be optional. > yes, we will fix it in next patch. > >