Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp722178imm; Thu, 26 Jul 2018 10:49:42 -0700 (PDT) X-Google-Smtp-Source: AAOMgpde/tCLhJs/sW1KaAcB2dY3g1TfDbg0aCdK6gDdBMT9G7DVjisZDmbmj2UXFp0HgkWjXELd X-Received: by 2002:a63:41c6:: with SMTP id o189-v6mr2876617pga.323.1532627382358; Thu, 26 Jul 2018 10:49:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532627382; cv=none; d=google.com; s=arc-20160816; b=SMEZYorWUohLv9Y8BY6kLBR7NVOsuSTiIzSt0+2wvXg6Wc0sAXG3VrQo0qKt5yYg/R lVzC7F4z/I3iPkuSGo6w+agQyQleNWQUiK0tKeydkiAAe8cnDlqLezcZJv9mvoQONCDj M1tL58t/nLPqXGGaIC7CyEgmZaPGc0IP4iZ+gbvuOpGNE+h8whFqdSkRwk7KLwsu0H5z Lx2uRK8/0eUPTShax2OKf0JLkeGE2CKULS281vbsSboS+vlEavxMGKr78IZTHNIE+aRi 0SOTtq78wGJTBcprMPukhKJbvhL23AX5LxIjOqkW0jjtGFnNLB5QmZixO9+rw9NgzBSW HrQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=he7YAuHCerwJ6I/xn0gaBkOerbAdpTwXFBXy9Hr5fUY=; b=yiMgc9M4wT4lmEjAUE/cgTU/BTt9yiaZ+8kTuXbpYRX9lv9buoLQrUpheZCZ+3iLTl IkpJcdyYAoRUvDEloSZfio131sYyPDikP0lyx9hrguEPUTKPq2CAsAMKicmHWw9Gi95T axIpBiXwT2sDT600aT1peiZfgk/kBRq3ePqDJ9/CBrE3BZx6mRDIvwSa9wHUmBfpe1bV 93msdL2t4kzMdrYwtDExB6vp2EeR0x0PciXX444foLBBH7NuD0HD2AWYahh0fuLM+EOp cVMic++HLgKEuVxXbxFsNezmosrZJNpXZOk1KDJ3hPVvq4KoqBrRvV+PsgoT6rurnX5M lwRw== 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 62-v6si2034053pfu.79.2018.07.26.10.49.27; Thu, 26 Jul 2018 10:49:42 -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 S2388805AbeGZSfq (ORCPT + 99 others); Thu, 26 Jul 2018 14:35:46 -0400 Received: from hermes.aosc.io ([199.195.250.187]:58311 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730085AbeGZSfp (ORCPT ); Thu, 26 Jul 2018 14:35:45 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 04C259FAEE; Thu, 26 Jul 2018 17:17:27 +0000 (UTC) From: Icenowy Zheng To: Maxime Ripard , Rob Herring , Chen-Yu Tsai , Jagan Teki , Jernej Skrabec Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v3.1 08/10] dt-bindings: sun4i-drm: add HDMI VCC supply property for sun8i-dw-hdmi Date: Fri, 27 Jul 2018 01:12:55 +0800 Message-Id: <20180726171257.6688-9-icenowy@aosc.io> In-Reply-To: <20180726171257.6688-1-icenowy@aosc.io> References: <20180726171257.6688-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 + DWC HDMI PHY ------------ -- 2.18.0