From patchwork Tue Feb 7 03:02:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 93501 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp2006300qgi; Mon, 6 Feb 2017 19:03:44 -0800 (PST) X-Received: by 10.223.160.246 with SMTP id n51mr11409777wrn.158.1486436624390; Mon, 06 Feb 2017 19:03:44 -0800 (PST) Return-Path: Received: from alsa0.perex.cz (alsa0.perex.cz. [77.48.224.243]) by mx.google.com with ESMTP id n107si3247021wrb.302.2017.02.06.19.03.44; Mon, 06 Feb 2017 19:03:44 -0800 (PST) Received-SPF: pass (google.com: domain of alsa-devel-bounces@alsa-project.org designates 77.48.224.243 as permitted sender) client-ip=77.48.224.243; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: domain of alsa-devel-bounces@alsa-project.org designates 77.48.224.243 as permitted sender) smtp.mailfrom=alsa-devel-bounces@alsa-project.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 0C4A7266F0A; Tue, 7 Feb 2017 04:03:42 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id DAE74266F04; Tue, 7 Feb 2017 04:03:40 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail1.perex.cz X-Spam-Level: * X-Spam-Status: No, score=1.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HK_RANDOM_ENVFROM,HK_RANDOM_FROM autolearn=disabled version=3.4.0 Received: from mail-pg0-f54.google.com (mail-pg0-f54.google.com [74.125.83.54]) by alsa0.perex.cz (Postfix) with ESMTP id C4F87266F02 for ; Tue, 7 Feb 2017 04:03:36 +0100 (CET) Received: by mail-pg0-f54.google.com with SMTP id 194so34063406pgd.2 for ; Mon, 06 Feb 2017 19:03:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=GNi5Sn/HaiUAW0YxukUyQEI9PK0pLQMFUbP+WdCDTG0=; b=caOQQnEVAAAI3IxpUEZM8B5TA08LfH58jS5/sBycPIsPboF3nXN75R31bBCP390lTb ADDItgH3nNPmE92iH0uZ7SFZHLAOgQI+EofdL3i7qfNMYy/muwJVVI0J2lrT9biYJK3O OUfJbsrRzCV1zAWck64E/bFEakm9DZTdmk8PY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=GNi5Sn/HaiUAW0YxukUyQEI9PK0pLQMFUbP+WdCDTG0=; b=QCLLdYLn86gI2FgeBJ90S9y8uH/WL+bihXz7lS8CuANyBzh+luaX1njEcZLKSV9Jmf 3GnvAOCWKcn63pha3+6eqgqQbGqazX+4UJ39F5Hkkl+vvQLPQRRDArywJjEbeaUzB5Zr HAE3nK065Em4PLfD3ZGIBawLw1jZG7xvtnFfx4H85vlZJjIEq7bINPUk3hhxYuquBZDX 6XtbMuVSBJVPnW1azpPkhlIimYODNl7ysbk3AyqUAFU89xNMl5ts3GNZpyOYuIGaAcwh uo3fagCkG80Df0Yr1Y7P93qc1olXPcVyM8ggqKvCuynG9oEpse/egf4QZUMR1KALipis ERjw== X-Gm-Message-State: AIkVDXJCzW+znjw6gynhgBxAs+SvdYrg+clCzg0xGzzGOFQw/X5iswDba8ecNBbQaQmwIzNi X-Received: by 10.84.196.36 with SMTP id k33mr22536086pld.125.1486436615534; Mon, 06 Feb 2017 19:03:35 -0800 (PST) Received: from localhost.localdomain ([45.56.152.31]) by smtp.gmail.com with ESMTPSA id k76sm5898563pfg.42.2017.02.06.19.03.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Feb 2017 19:03:35 -0800 (PST) From: Baoyou Xie To: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, jun.nie@linaro.org, baoyou.xie@linaro.org, mturquette@baylibre.com, sboyd@codeaurora.org, perex@perex.cz, tiwai@suse.com, shawn.guo@linaro.org, vinod.koul@intel.com Date: Tue, 7 Feb 2017 11:02:50 +0800 Message-Id: <1486436571-8682-2-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486436571-8682-1-git-send-email-baoyou.xie@linaro.org> References: <1486436571-8682-1-git-send-email-baoyou.xie@linaro.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, xie.baoyou@zte.com.cn, linux-kernel@vger.kernel.org, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn, shawnguo@kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [alsa-devel] [PATCH v2 2/3] dt: ASoC: zx-i2s: Document for the ZTE zx296718 I2S controller X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org This patch documents the devicetree for the ZTE's zx296718 I2S audio controller. Signed-off-by: Baoyou Xie --- Documentation/devicetree/bindings/sound/zte,zx-i2s.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- 2.7.4 _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel diff --git a/Documentation/devicetree/bindings/sound/zte,zx-i2s.txt b/Documentation/devicetree/bindings/sound/zte,zx-i2s.txt index 7e5aa6f..c405561 100644 --- a/Documentation/devicetree/bindings/sound/zte,zx-i2s.txt +++ b/Documentation/devicetree/bindings/sound/zte,zx-i2s.txt @@ -1,10 +1,12 @@ ZTE ZX296702 I2S controller Required properties: - - compatible : Must be "zte,zx296702-i2s" + - compatible : Should include one of the following strings: + "zte,zx296702-i2s","zte,zx296718-i2s". - reg : Must contain I2S core's registers location and length - clocks : Pairs of phandle and specifier referencing the controller's clocks. - - clock-names: "tx" for the clock to the I2S interface. + - clock-names: "tx" for the wclk, "pclk" for the pclk to the I2S interface. + must contain pclk for zx296718 SoC. - dmas: Pairs of phandle and specifier for the DMA channel that is used by the core. The core expects two dma channels for transmit. - dma-names : Must be "tx" and "rx"