Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp138837ima; Thu, 25 Oct 2018 17:09:37 -0700 (PDT) X-Google-Smtp-Source: AJdET5fSD1WKavK8zrkGCEy83B2+uV3QLvMVDxGx9qQgXYlmvyYY6PK2uChzVJROX89izJGmzePh X-Received: by 2002:a17:902:50e3:: with SMTP id c32-v6mr1244870plj.39.1540512577074; Thu, 25 Oct 2018 17:09:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540512577; cv=none; d=google.com; s=arc-20160816; b=AQ0R+3NEnoAydMWtvtEg2Sdq7Qn4G4NI/Pe/7Kzv12G55r6PyTRv23tkyqXniZLSS2 CEFicHz5inABWjx1YavRJyti8ptFUagT7BY/NFp8qQSmMQ1oeoIPRXQY7Ukbarsbijvc x5DXi3odcET5xKfSMx0sPwzDdEeKkTC/n74TjSjQPxFe9rgLJnjER42FtKi3mzwqg3dW 24yh4TucDbTGKPK6cthMWcsTaDaMz2zAzaJFOoshMN1MFvg3IDz0zKh/4GhAbveCtAfX cbVtulH8bes8Nm3cajg7xupZ4lfaM7f5qTr9Tv1YatxPkEjJJV5K3rSoeZa94nHqXyzq lirA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date; bh=sjuXgS6zCPtGNnElrYzurM6n1btkEpHGIFIeRNpS6Y4=; b=YS5oUiMS6YLmVWx4yI20Ayupk+0KhdR0dnePrQRjX0Xudz1Kzj2cuY+kzRgz+L+Aod JkIhJr3keUp2Y7WOenlZfrqkeC2mBBmv/GXGVBS+CrzeIKleoWc60hRfaOKxC1Cdpkvc Ci2TK+NoNflrUbA/Npe+2rVmwxTWgrG5jAQPmlRa0EPH+m2voeky2K57nwEa/Pq/cCGj ld18zUPEQuao1uDA3gjed1YKVeEWDGMQSkvEgR+/X0xPvd4HLZeBjMALeB5ZOO5ySpOm 6FnAHGF3zOrxNeitgl7B0G6ee7XcUNk+P+R2lXMu8divjHVGbBy6QdY6yUJ2Fus0NFEI Rong== 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 r3-v6si9596403pga.321.2018.10.25.17.09.19; Thu, 25 Oct 2018 17:09:37 -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 S1725925AbeJZInk convert rfc822-to-8bit (ORCPT + 99 others); Fri, 26 Oct 2018 04:43:40 -0400 Received: from hermes.aosc.io ([199.195.250.187]:43864 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbeJZInk (ORCPT ); Fri, 26 Oct 2018 04:43:40 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 2A8F6BFCA1; Fri, 26 Oct 2018 00:08:49 +0000 (UTC) Date: Fri, 26 Oct 2018 08:08:43 +0800 In-Reply-To: <20181025183003.GA12672@bogus> References: <20181018073327.64942-1-icenowy@aosc.io> <1886367.eljNk7jKYl@avalon> <2778638.na8ndVNUfi@avalon> <20181025183003.GA12672@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH 4/9] dt-bindings: Add ANX6345 DP/eDP transmitter binding To: linux-arm-kernel@lists.infradead.org, Rob Herring CC: devicetree@vger.kernel.org, Archit Taneja , David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Andrzej Hajda , linux-sunxi@googlegroups.com, Laurent Pinchart , Maxime Ripard , Chen-Yu Tsai From: Icenowy Zheng Message-ID: <3E73AB92-AFD7-4DA6-AF42-725B894DE114@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年10月26日 GMT+08:00 上午2:30:03, Rob Herring 写到: >On Thu, Oct 18, 2018 at 08:40:11PM +0800, Icenowy Zheng wrote: >> 在 2018-10-18四的 14:23 +0300,Laurent Pinchart写道: >> > Hi Icenowy, >> > >> > On Thursday, 18 October 2018 13:00:05 EEST Icenowy Zheng wrote: >> > > 在 2018-10-18四的 11:53 +0300,Laurent Pinchart写道: >> > > > 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... >> > >> > Shouldn't we fix that ? :-) >> >> Maybe we should create a connector binding instead of a panel >binding? > >There's not any such thing as a standard eDP connector, is there? >Otherwise, that's just creating a generic panel binding in disguise. >Maybe if eDP interface is standardized enough in terms of power >control, >control lines, EDID at least sometimes present, etc., then we could eDP has the same display signal set with DP, including AUX which carries DPCD and EDID (if present). But I don't know whether other lines are standardized, including power, backlight, etc. >have >some sort of generic eDP panel/connector binding. > >Rob > >_______________________________________________ >linux-arm-kernel mailing list >linux-arm-kernel@lists.infradead.org >http://lists.infradead.org/mailman/listinfo/linux-arm-kernel