From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754277AbbJPNJJ (ORCPT ); Fri, 16 Oct 2015 09:09:09 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:60209 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932195AbbJPNJG (ORCPT ); Fri, 16 Oct 2015 09:09:06 -0400 Message-ID: <1445000919.3541.11.camel@pengutronix.de> Subject: Re: [RFC 1/2] Dcumentation: bridge: Add documentation for ps8640 DT properties From: Philipp Zabel To: CK Hu Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , David Airlie , Matthias Brugger , Jitao Shi , Thierry Reding , Ajay Kumar , Inki Dae , Rahul Sharma , Sean Paul , Vincent Palatin , Andy Yan , Russell King , 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 Hauer , yingjoe.chen@mediatek.com, eddie.huang@mediatek.com, cawa.cheng@mediatek.com Date: Fri, 16 Oct 2015 15:08:39 +0200 In-Reply-To: <1444997709-57293-1-git-send-email-ck.hu@mediatek.com> References: <1444997709-57293-1-git-send-email-ck.hu@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi CK, there is a typo in the subject: s/Dcumentation/Documentation/. Am Freitag, den 16.10.2015, 20:15 +0800 schrieb CK Hu: > From: Jitao Shi > > Add documentation for DT properties supported by ps8640 > DSI-eDP converter. > > Signed-off-by: Jitao Shi [...] > + - ps8640-1v2-supply: OF device-tree regulator specification for 1v2. > + - ps8640-3v3-supply: OF device-tree regulator specification for 3v3. The ps8640- part of the regulator supply property names is redundant. The PS8622 driver uses vdd12-supply as its regulator. Should we strive for consistency here? Or if you have access to the datasheet, how are these inputs called there? > + > +Optional properties: > + - video interfaces: Device node can contain video interface port > + nodes for panel according to [1]. > + > +[1]: Documentation/devicetree/bindings/media/video-interfaces.txt It should be documented here that port@0 is the input port and port@1 is the output port. best regards Philipp