Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1713926imm; Thu, 18 Oct 2018 03:00:54 -0700 (PDT) X-Google-Smtp-Source: ACcGV61tj4Prm7hSjSNLW93rrUPlLIuAmxza0o35J9n2dxu9khsUGrH4Ig/kduOWZtg9TzfyRCqI X-Received: by 2002:a62:2683:: with SMTP id m125-v6mr5883099pfm.74.1539856854274; Thu, 18 Oct 2018 03:00:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539856854; cv=none; d=google.com; s=arc-20160816; b=y+RC6f9kvYGGeYUTlA3mk+yJDyla6fJdH4jvlzKXwrEdpaf0SKyM3+H+yhj7u+XMGn 7SW2ZOmK4qsAtZraDiDdVUEClfwAFLLX28IZaKx477ecm3BMRYehFiDvac5TG+C70rlZ 9uwk4Ns+XVGR3R34hqk2w4e3nIFuj020XtE6NoE41iqmEIYU9Cth8tJnG8oqRmaeT7Bh hgRehHlkr9NDYD11B+E+3bWNAI7d3JApJZjUxmzQCyTrXpeA4DyQTqSL5hqicxTbZ96o 5Vgj4QWkdlH0vsgytPX0ERcX9sLm9tIPzM8NzEOpDY7VYpHVavJKYCdwb0JAx//D5I+r 8X9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:date:cc:to:from:subject :message-id; bh=clCVE/D7NHnVTKwZiFPyHSMlMcns3sHxgHEqWFJ4oY8=; b=TE/GMgt6ZqdBwnQ5z6O/OG+MkcdcVlqsArx+D84nAiiDef9XnET2I1gO6a0RP+FpYj VjR2H9HUVT+66lAM9+jhS46+wdd/BEvSMHWVSHxJz1mT9hBbvoyuQBqqU9aNsl6EB+ey cIjFtVWJdxpYGdNGR5buIhUQKPgta0XIAGjPVy9cG3NcaQXlrfSve6+LC7rpik9UzCgb ysR8FDkYjD1ZNFkmCGUI8L2HIYZxnVLkBX1tuG3F1tfGbhHOx8vaRuF5E495rTOUjq8V AcDTighlo7mMcKGbj/1aiKH6fObswoV2r0wqlIsb/Ufd34ugFIjZ6RkPRwu1EOT87tpN rgJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o68-v6si17500416pfb.203.2018.10.18.03.00.38; Thu, 18 Oct 2018 03:00:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727799AbeJRSA3 (ORCPT + 99 others); Thu, 18 Oct 2018 14:00:29 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52906 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727423AbeJRSA2 (ORCPT ); Thu, 18 Oct 2018 14:00:28 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 4D3EA15D289; Thu, 18 Oct 2018 10:00:09 +0000 (UTC) Message-ID: Subject: Re: [PATCH 4/9] dt-bindings: Add ANX6345 DP/eDP transmitter binding From: Icenowy Zheng To: Laurent Pinchart Cc: devicetree@vger.kernel.org, Archit Taneja , Andrzej Hajda , David Airlie , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Maxime Ripard , Chen-Yu Tsai , Rob Herring , linux-arm-kernel@lists.infradead.org Date: Thu, 18 Oct 2018 18:00:05 +0800 In-Reply-To: <1886367.eljNk7jKYl@avalon> References: <20181018073327.64942-1-icenowy@aosc.io> <20181018073327.64942-5-icenowy@aosc.io> <1886367.eljNk7jKYl@avalon> Organization: Anthon Open-Source Community Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2018-10-18四的 11:53 +0300,Laurent Pinchart写道: > Hi Icenowy, > > Thank you for the patch. > > On Thursday, 18 October 2018 10:33:22 EEST Icenowy Zheng wrote: > > The ANX6345 is an ultra-low power DisplayPort/eDP transmitter > > designed > > for portable devices. > > > > Add a binding document for it. > > > > Signed-off-by: Icenowy Zheng > > --- > > .../bindings/display/bridge/anx6345.txt | 39 > > +++++++++++++++++++ > > 1 file changed, 39 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/display/bridge/anx6345.txt > > > > diff --git > > a/Documentation/devicetree/bindings/display/bridge/anx6345.txt > > b/Documentation/devicetree/bindings/display/bridge/anx6345.txt new > > file > > mode 100644 > > index 000000000000..0689d4eb5f65 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/display/bridge/anx6345.txt > > @@ -0,0 +1,39 @@ > > +Analogix ANX6345 eDP Transmitter > > +-------------------------------- > > + > > +The ANX6345 is an ultra-low power Full-HD eDP transmitter designed > > for > > +portable devices. > > + > > +Required properties: > > + > > + - compatible : "analogix,anx6345" > > + - reg : I2C address of the device > > + - reset-gpios : Which GPIO to use for reset > > + > > +Optional properties: > > + > > + - dvdd12-supply : Regulator for 1.2V digital core power. > > + - dvdd25-supply : Regulator for 2.5V digital core power. > > Shouldn't these to supplies be mandatory ? Yes they should. > > > + - panel-supply : Regulator for the power of the panel. > > Shouldn't the panel supply for specified in the DT node of the panel > ? However, eDP panel can be probed, may vary on the same device, and we don't have a generic binding for it... > > > + - edid : verbatim EDID data block describing > > attached > > + panel, only used when the panel has no EDID > > info. > > This should also be specified in the panel DT node. > > > + - Video port for RGB input, using the DT bindings defined in [1]. > > I think you should also add a port for the output. What will it point to? > > > +[1]: Documentation/devicetree/bindings/media/video-interfaces.txt > > + > > +Example: > > + > > +anx6345: anx6345@38 { > > + compatible = "analogix,anx6345"; > > + reg = <0x38>; > > + reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */ > > + panel-supply = <®_dc1sw>; > > + dvdd25-supply = <®_dldo2>; > > + dvdd12-supply = <®_fldo1>; > > + > > + port { > > + anx6345_in: endpoint { > > + remote-endpoint = <&tcon0_out_anx6345>; > > + }; > > + }; > > +}; > >