Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1958015imu; Fri, 23 Nov 2018 02:42:28 -0800 (PST) X-Google-Smtp-Source: AJdET5fDlwhxMxWYM6l/aD9cw8g1FKdiTA8QVTYZAPQRgDkXYWEjw3H6J84RidVoBJYuv78zYDq5 X-Received: by 2002:aa7:8354:: with SMTP id z20mr15133166pfm.81.1542969748737; Fri, 23 Nov 2018 02:42:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542969748; cv=none; d=google.com; s=arc-20160816; b=YRTDA75J6WZqZXsJUGvWlIeaDeFC0Fudr/yUYsfQDTsOS4nF/wYx8KZ75yCDLM1UjO 29wAxbSICiQI+oq9cAaHW9vRNXmHEOfGJnrsUagOPzyrg438tuFCcijKwCInSnHvb9o0 6nkfe3t7wAHjCZGwCMDfx6kG53zayT2yCTR45fZPVwurbmXgAXskMEzJ+P3ATXgzKjF/ 62nKKxY+oJ4GZy9yFhrPCo3kfQS3L80EfFuZudQNR++YmZKE64xQ98tUePmJJAAGbfqu Cg7JO5gf6wgXn9p6Z4GgGdc1QhhbNCwLqIU919eFF3YYwDl6rTus38G9cSciUSU48HQs qDNg== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=XIupBOy+y9eUyoS9TGvuFboJlH2RmSzemF0LcnGZmgw=; b=ipQBLZ9KFGlv6L9Xu9Dp/r92+ssvec+aXZs6fJiviNNot3Fc9mo3i5g8ZcRCRnYT5F 6NC7u20bvhwFdy51DnhgGDNqCKa8v6lbbi/NJMtBQ1/6+tjf0/EuTkRupqwGwpCqlRrZ /fYGu5y1tbeKXMT7xUhte0lQ7E8WGrXPzp9Wzic1JkESvvDuIKeoRYb/moM8Fh6gvGTI 5gQq02lJY4HmMswKN/ZGfZthocXU0ZaSxBv5udZ4GeTv9b+KLCu1k63wp/WsYVnhpsLj JwPhqdFcwtgRsz/IZgcHIaoUa2He2CgB4AnQh+67EWdg+BARRKdePXmGtV8W4bRP9lP1 3cLQ== 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 j187si9409240pfg.160.2018.11.23.02.42.14; Fri, 23 Nov 2018 02:42:28 -0800 (PST) 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 S2394204AbeKVVCg (ORCPT + 99 others); Thu, 22 Nov 2018 16:02:36 -0500 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76]:48280 "EHLO wens.csie.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394194AbeKVVCg (ORCPT ); Thu, 22 Nov 2018 16:02:36 -0500 Received: by wens.csie.org (Postfix, from userid 1000) id 3E76D5F8B3; Thu, 22 Nov 2018 18:23:46 +0800 (CST) From: Chen-Yu Tsai To: Mark Brown , Liam Girdwood , Rob Herring , Mark Rutland , Maxime Ripard Cc: Chen-Yu Tsai , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Vasily Khoruzhick Subject: [PATCH v9 1/8] ASoC: dt-bindings: sun50i-codec-analog: Add headphone amp regulator supply Date: Thu, 22 Nov 2018 18:23:18 +0800 Message-Id: <20181122102325.29495-2-wens@csie.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181122102325.29495-1-wens@csie.org> References: <20181122102325.29495-1-wens@csie.org> 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 On the Allwinner A64 SoC, the audio codec has a built-in headphone amplifier. This amplifier has a power supply separate from the rest of the analog audio circuitry. Add a regulator supply property to handle this. Signed-off-by: Chen-Yu Tsai --- Documentation/devicetree/bindings/sound/sun50i-codec-analog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/sun50i-codec-analog.txt b/Documentation/devicetree/bindings/sound/sun50i-codec-analog.txt index 4f8ad0e04d20..056a098495cc 100644 --- a/Documentation/devicetree/bindings/sound/sun50i-codec-analog.txt +++ b/Documentation/devicetree/bindings/sound/sun50i-codec-analog.txt @@ -4,9 +4,11 @@ Required properties: - compatible: must be one of the following compatibles: - "allwinner,sun50i-a64-codec-analog" - reg: must contain the registers location and length +- cpvdd-supply: Regulator supply for the headphone amplifier Example: codec_analog: codec-analog@1f015c0 { compatible = "allwinner,sun50i-a64-codec-analog"; reg = <0x01f015c0 0x4>; + cpvdd-supply = <®_eldo1>; }; -- 2.19.1