From patchwork Tue Oct 13 01:01:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shunqian Zheng X-Patchwork-Id: 7380291 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 38829BEEA4 for ; Tue, 13 Oct 2015 01:02:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4C24820988 for ; Tue, 13 Oct 2015 01:02:54 +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 12AC220985 for ; Tue, 13 Oct 2015 01:02:53 +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 1ZlnzQ-0000Ul-5x; Tue, 13 Oct 2015 01:02:52 +0000 Received: from mail-qg0-f66.google.com ([209.85.192.66]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zlnys-00086Z-0R; Tue, 13 Oct 2015 01:02:20 +0000 Received: by qgt47 with SMTP id 47so256968qgt.1; Mon, 12 Oct 2015 18:01:56 -0700 (PDT) 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=8PWJGFfHO1G4NxXqgiI2V0gfYmO5TZd0cQGl0tUnonY=; b=BpWioSAMXLEuIRdapHqygjTP9IgWLlODkm5fNV6Q9CIS/T9xkgb2KmWxIofLma8jxT CWPI6VvbWQgfaVr0kTPhNT26qV1vDhfguIBadRU3Oe1JUeGzi9FWtceon1KbrjMM32v9 72UoNnoEw2TniGRIXOmIolfxIEsiNNzb1XTOrDjmvm5AB6KNtIVRnkyx2Vqgi9cZ/dvP lc/z/f0TtBfrVZrPgIcFd+RcY/wJ5ijU3l0VdN72NrT2FjYL9git+EltmoFO4sEU0P4b tKnYrltwMF3y2Yg0K/kHKx2xejPODQ9G1WIz83DSc3Skb0ULpluQcuitCUwZa7FgWgx/ oa1Q== X-Received: by 10.140.134.211 with SMTP id 202mr39031400qhg.51.1444698116819; Mon, 12 Oct 2015 18:01:56 -0700 (PDT) Received: from SHUNQIAN-W530.example.org ([173.239.41.6]) by smtp.gmail.com with ESMTPSA id v34sm168482qge.47.2015.10.12.18.01.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 12 Oct 2015 18:01:56 -0700 (PDT) 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 Subject: [PATCH v1 4/4] ASoC: RK3036: Add binding doc for audio machine driver Date: Tue, 13 Oct 2015 09:01:09 +0800 Message-Id: <1444698070-4191-5-git-send-email-zhengsq@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444698070-4191-1-git-send-email-zhengsq@rock-chips.com> References: <1444698070-4191-1-git-send-email-zhengsq@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151012_180218_487259_BCA4CE84 X-CRM114-Status: GOOD ( 11.45 ) X-Spam-Score: -2.6 (--) 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, alsa-devel@alsa-project.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 binding document for RK3036 SoC audio machine driver. Signed-off-by: ZhengShunQian --- .../devicetree/bindings/sound/rockchip-rk3036.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/rockchip-rk3036.txt diff --git a/Documentation/devicetree/bindings/sound/rockchip-rk3036.txt b/Documentation/devicetree/bindings/sound/rockchip-rk3036.txt new file mode 100644 index 0000000..53d5738 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rockchip-rk3036.txt @@ -0,0 +1,14 @@ +RK3036 SoC with Inno audio codec integrated + +Required properties: +- compatible: Should be "rockchip,rk3036-audio". +- rockchip,i2s-controller: The phandle of the Rockchip I2S controller. +- rockchip,audio-codec: The phandle of the Inno-rk3036 audio codec. + +Example: + + sound { + compatible = "rockchip,rk3036-audio"; + rockchip,i2s-controller = <&i2s>; + rockchip,audio-codec = <&acodec>; + };