From patchwork Tue Sep 30 02:25:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 5000011 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3AA439F3ED for ; Tue, 30 Sep 2014 02:27:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7AA1420200 for ; Tue, 30 Sep 2014 02:27:41 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 538F8201FA for ; Tue, 30 Sep 2014 02:27:40 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4303C260702; Tue, 30 Sep 2014 04:27:39 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id D19B12606D1; Tue, 30 Sep 2014 04:27:00 +0200 (CEST) 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 B07002606B4; Tue, 30 Sep 2014 04:26:59 +0200 (CEST) Received: from mail-yh0-f46.google.com (mail-yh0-f46.google.com [209.85.213.46]) by alsa0.perex.cz (Postfix) with ESMTP id 0A8CE2606B4 for ; Tue, 30 Sep 2014 04:26:52 +0200 (CEST) Received: by mail-yh0-f46.google.com with SMTP id f73so2183811yha.5 for ; Mon, 29 Sep 2014 19:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=IgenzTkrJmct2zBqxgcc4wFq7cb0zZK6CK251K6kwBM=; b=kHtO5RPbMDmUqPcPSX5QFhVSanaL+fBQ67eoWFLQRgWZeSbnmiGSS3eLR9UGwbbX9J F2jQxyFCYwb8ojciRPd6NJ7HbZfgZzBdN6U2wlNe4JwP5AT/Ne4hsu8SJMpbX23kgvgX H/YkQH46S06hpGnUw8A1OS6MtmrF3sUtGULowLgjzH+OKr8t66enG8uo/2WhG71XeuYX iUngCDL+uVNOXwa3MGizbGXdDIk+nkRmWAXpsmCpoyOZs+pg9/gdYjEzwdR6v1gIvca/ u8HLFAcHDOlVVZ1yU6G+qzA98HC3PiG41+pcY1FalvdioGIRXy8DQW1yHJ0xNfWpL0qf yYOA== X-Received: by 10.236.42.75 with SMTP id i51mr48481267yhb.43.1412044011409; Mon, 29 Sep 2014 19:26:51 -0700 (PDT) Received: from localhost.localdomain ([201.82.52.106]) by mx.google.com with ESMTPSA id l9sm7728209yhb.26.2014.09.29.19.26.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Sep 2014 19:26:50 -0700 (PDT) From: Fabio Estevam To: broonie@kernel.org Date: Mon, 29 Sep 2014 23:25:30 -0300 Message-Id: <1412043930-15243-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412043930-15243-1-git-send-email-festevam@gmail.com> References: <1412043930-15243-1-git-send-email-festevam@gmail.com> Cc: nicoleotsuka@gmail.com, Fabio Estevam , alsa-devel@alsa-project.org, Li.Xiubo@freescale.com, timur@tabi.org Subject: [alsa-devel] [PATCH v3 2/2] ASoC: fsl ssi doc: Remove unused properties 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 X-Virus-Scanned: ClamAV using ClamSMTP From: Fabio Estevam The fsl_ssi driver only checks for the ac97 mode property, so remove the unused ones. Suggested-by: Nicolin Chen Signed-off-by: Fabio Estevam Acked-by: Timur Tabi --- Changes since v2: - Added Timur's Ack and CC the alsa-list Changes since v1: - Newly introduced in this series Documentation/devicetree/bindings/sound/fsl,ssi.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/fsl,ssi.txt b/Documentation/devicetree/bindings/sound/fsl,ssi.txt index 3aa4a8f..5b76be4 100644 --- a/Documentation/devicetree/bindings/sound/fsl,ssi.txt +++ b/Documentation/devicetree/bindings/sound/fsl,ssi.txt @@ -58,13 +58,7 @@ Optional properties: Documentation/devicetree/bindings/dma/dma.txt. - dma-names: Two dmas have to be defined, "tx" and "rx", if fsl,imx-fiq is not defined. -- fsl,mode: The operating mode for the SSI interface. - "i2s-slave" - I2S mode, SSI is clock slave - "i2s-master" - I2S mode, SSI is clock master - "lj-slave" - left-justified mode, SSI is clock slave - "lj-master" - l.j. mode, SSI is clock master - "rj-slave" - right-justified mode, SSI is clock slave - "rj-master" - r.j., SSI is clock master +- fsl,mode: The operating mode for the AC97 interface only. "ac97-slave" - AC97 mode, SSI is clock slave "ac97-master" - AC97 mode, SSI is clock master