From patchwork Fri Nov 6 08:39:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shunqian Zheng X-Patchwork-Id: 7567451 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 816049F71A for ; Fri, 6 Nov 2015 08:40:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A41E120742 for ; Fri, 6 Nov 2015 08:40:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D080C206A5 for ; Fri, 6 Nov 2015 08:40:30 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZucZS-0000K3-4t; Fri, 06 Nov 2015 08:40:30 +0000 Received: from mail-pa0-f43.google.com ([209.85.220.43]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZucZ7-00071r-IE; Fri, 06 Nov 2015 08:40:10 +0000 Received: by pabfh17 with SMTP id fh17so116287517pab.0; Fri, 06 Nov 2015 00:39:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=eNyX9MQIE2urZjoBv8HldiUsvMKSzdI8Qwwy29lCCws=; b=lJJqUenjUsQctCOei5We6MZu5iSVMi+5kTQ0BDQAhZ/nPmLYClBlcdH24MVVJdwrlG S5KJN/BdgqpN9kOIDNrReITXvEaoYKlH51p25jXqiKiCAYwtNCbH5Q19aWTFyIVuANV9 /U+8kn3CLKkGXcnQ+HNc7W5fITBFevff8eDQ3gjAXIDGFQp/iU6wPuV5iQdbpLaGkVD7 qJBTHDwaC+yYU65TIkEw4fFX2giQLpFylOOD1dvRPnsGJo0c5zeJdoYShcNB8VNAhiJf tGXp5nGhB+k0LcNNd5RCk0cCNaHn8dA5polrY7bZjcXweaGGcAVcWQcQsbQQGGT8jGJ3 Xuag== X-Received: by 10.69.0.129 with SMTP id ay1mr15744453pbd.21.1446799188150; Fri, 06 Nov 2015 00:39:48 -0800 (PST) Received: from SHUNQIAN-W530.example.org ([43.226.228.153]) by smtp.gmail.com with ESMTPSA id ha1sm12461630pbc.54.2015.11.06.00.39.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Nov 2015 00:39:47 -0800 (PST) From: Shunqian Zheng To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, heiko@sntech.de, lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, benzh@chromium.org, benchan@google.com, kmixter@google.com Subject: [PATCH v3 2/2] ASoC: RK3036: Add binding doc of inno-rk3036 codec driver Date: Fri, 6 Nov 2015 16:39:22 +0800 Message-Id: <1446799162-15635-3-git-send-email-zhengsq@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446799162-15635-1-git-send-email-zhengsq@rock-chips.com> References: <1446799162-15635-1-git-send-email-zhengsq@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151106_004009_752865_FEDC668B X-CRM114-Status: GOOD ( 11.33 ) X-Spam-Score: -2.4 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, ZhengShunQian , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: ZhengShunQian This patch add the binding document of inno-rk3036 audio codec driver. Signed-off-by: ZhengShunQian --- .../devicetree/bindings/sound/inno-rk3036.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/inno-rk3036.txt diff --git a/Documentation/devicetree/bindings/sound/inno-rk3036.txt b/Documentation/devicetree/bindings/sound/inno-rk3036.txt new file mode 100644 index 0000000..758de8e --- /dev/null +++ b/Documentation/devicetree/bindings/sound/inno-rk3036.txt @@ -0,0 +1,20 @@ +Inno audio codec for RK3036 + +Inno audio codec is integrated inside RK3036 SoC. + +Required properties: +- compatible : Should be "rockchip,rk3036-codec". +- reg : The registers of codec. +- clock-names : Should be "acodec_pclk". +- clocks : The clock of codec. +- rockchip,grf : The phandle of grf device node. + +Example: + + acodec: acodec-ana@20030000 { + compatible = "rk3036-codec"; + reg = <0x20030000 0x4000>; + rockchip,grf = <&grf>; + clock-names = "acodec_pclk"; + clocks = <&cru ACLK_VCODEC>; + };