Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4527256imm; Mon, 30 Jul 2018 16:53:56 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdZ3bOQmYpIFboxfu3GOROUYUbMvM8u6awuU2rjftjFd1uE2YcFm7Nn0CGCwzaHBgISUg5G X-Received: by 2002:a63:65c2:: with SMTP id z185-v6mr17884034pgb.276.1532994835938; Mon, 30 Jul 2018 16:53:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532994835; cv=none; d=google.com; s=arc-20160816; b=lv/jDTcE0GdCmj+UzX04BRcppWff0anJwn4wJZLkvQNAQMd7VD/o4OBauBP7SZ2nDt rbX/anY0t7rN9Gl2pMa3cF+TaesNxUUjYoNbDuDS4+Sh+cjfm2WdJ2D+6AAc9AsOewyX 4d48j7Pv9uRvM3af+4FaAGoUMQY6xy+lkZI9ATGH8vpprOkdPl2F4m5nc1DLGcsGphGs ENWKjyCFor8iSvsbZMyrWUKriY+H0+Bnb8sqBXNOmJYFRibLA/ZpW/S1sqsDm/8bi2Ia jHhOQ9nDgBPgAKahKT6rMJZMYuuhaeyRcVGdbJGn5OWqj72XNxGtxC0Z4reIX6pl9ISH wezA== 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 :arc-authentication-results; bh=N37XL7lxrztQnqsju2vvFADtBpo0lcwoWauQ3r7RnT4=; b=dZMtgmzkbDQp6uiA96+8WblOpfAq57w1rpPxaM55ujeSiSRHqh82+pD30FhtDWVvdP 6vV5yqbKAR/FWFvPK+CsrErGusTwPoZhQGu+lfauxkgxNHYyBbiMKXcF9N/AYQG9HOhA SaAph0H5v7bNKnVYFcIb+AA98uO95QT8QoQt+mhNpbqsiktSjGDdZ79nwByU0bdinMoK sMjfSo/6OgbYkQG4PrurlEmuOw44gB1q+YmWsxvb2YGINss6kC5IW5SLXCpKbmKQW+uf UwbjCdUUM2XSyMaDOwRF/0pBR5scTCJTu3JYxKMIS3edqKu9/em6nGMTEjst8REM3kQV 7nLQ== 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 bh12-v6si6131877plb.317.2018.07.30.16.53.39; Mon, 30 Jul 2018 16:53:55 -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 S1732086AbeGaB3b convert rfc822-to-8bit (ORCPT + 99 others); Mon, 30 Jul 2018 21:29:31 -0400 Received: from hermes.aosc.io ([199.195.250.187]:47777 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731930AbeGaB3b (ORCPT ); Mon, 30 Jul 2018 21:29:31 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 3CCED64D1A; Mon, 30 Jul 2018 23:51:51 +0000 (UTC) Date: Tue, 31 Jul 2018 07:51:17 +0800 In-Reply-To: <20180730231244.GA3966@rob-hp-laptop> References: <20180726171257.6688-1-icenowy@aosc.io> <20180726171257.6688-9-icenowy@aosc.io> <20180730231244.GA3966@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH v3.1 08/10] dt-bindings: sun4i-drm: add HDMI VCC supply property for sun8i-dw-hdmi To: linux-arm-kernel@lists.infradead.org, Rob Herring CC: devicetree@vger.kernel.org, Jernej Skrabec , Maxime Ripard , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Chen-Yu Tsai , Jagan Teki , linux-clk@vger.kernel.org From: Icenowy Zheng Message-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年7月31日 GMT+08:00 上午7:12:44, Rob Herring 写到: >On Fri, Jul 27, 2018 at 01:12:55AM +0800, Icenowy Zheng wrote: >> Allwiner SoCs with DesignWare HDMI controller all come with a "HVCC" >> pin, which is the VCC of HDMI part. >> >> Add a supply property to specify HVCC's regulator in the device tree. >> >> Signed-off-by: Icenowy Zheng >> --- >> Changes in v3.1: >> - New patch. >> >> Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 3 >+++ >> 1 file changed, 3 insertions(+) >> >> diff --git >a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt >b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt >> index fdb8fb29033f..cb4769913e89 100644 >> --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt >> +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt >> @@ -97,6 +97,9 @@ Required properties: >> first port should be the input endpoint. The second should be >the >> output, usually to an HDMI connector. >> >> +Optional properties: >> + - hdmi-supply: the VCC power supply of the controller > >"hdmi" doesn't sound like the name of the supply. "hvcc" or just "vcc" >would be more appropriate. Okay. In original versions it used to be "hvcc-supply", and I will pick the name again. > >Rob > >_______________________________________________ >linux-arm-kernel mailing list >linux-arm-kernel@lists.infradead.org >http://lists.infradead.org/mailman/listinfo/linux-arm-kernel