From patchwork Thu Oct 20 14:20:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 78515 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp808886qge; Thu, 20 Oct 2016 07:21:07 -0700 (PDT) X-Received: by 10.99.114.29 with SMTP id n29mr1413850pgc.7.1476973267125; Thu, 20 Oct 2016 07:21:07 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t86si45293082pfg.236.2016.10.20.07.21.06; Thu, 20 Oct 2016 07:21:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941368AbcJTOVE (ORCPT + 7 others); Thu, 20 Oct 2016 10:21:04 -0400 Received: from mail-qt0-f176.google.com ([209.85.216.176]:33914 "EHLO mail-qt0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938634AbcJTOVD (ORCPT ); Thu, 20 Oct 2016 10:21:03 -0400 Received: by mail-qt0-f176.google.com with SMTP id q7so56284361qtq.1 for ; Thu, 20 Oct 2016 07:21:03 -0700 (PDT) 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=TtmflbcQcaVtqPWTXKJWfD7++ON0LUtph/gLF742aoY=; b=dKBr+bKTEjGzdieB7h2sTht3z2xYbHAjoAp7HtcdJdajc4DEXq4a8tqDkUVZ2V+Vu/ yasy+HiUfRwDTifpk40Z0gdjXs2e9Xj8uFOfabuj/xCMaLNWtKW+IuKHAAXkD0FVD5jY pyKxLGWN8P2AVaLmfeiO4Wde4OetuQGZRzaFw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=TtmflbcQcaVtqPWTXKJWfD7++ON0LUtph/gLF742aoY=; b=iBUHcTnFGXop2zXn49W6Gn6vM+j6SBRyl3VCnxt2acc6gl+RKvsuKXeEKo2+LiPodh ZDPvxTRFJp6SsrKHbBt3vRn6NGbaEeEzo/lMSZ8hIYnOLGISrBtAbd8pjYKH0IUGqhej h1Iw+VR1QmOQrzR3qVFcMdLEF3Q32cBjkj4YarW7VFUAYCKQsIxOhiHW7E9x0+YJ71YB y6YDTQu3uMLWpe8yKEAa8dWCGR7mhe/W8I+sB6/ReWNLauwRD3K5cpSzBWN5W4N+Wd1/ aUOvVjV0dKHWEwlx0/MPYskz4fZr/movsbKeRcY9g68GXyp56OBJKCUVQmdGvQbjwn0t VuNw== X-Gm-Message-State: AA6/9RnU8OJ+eihzuHX/iOonReVEkASM5VxzeS7Kvrpe6Wp37zX/OVGaS2ZSFLxfRWB7ULqN X-Received: by 10.28.132.202 with SMTP id g193mr612609wmd.117.1476973262403; Thu, 20 Oct 2016 07:21:02 -0700 (PDT) Received: from localhost.localdomain (host-2-98-107-216.as13285.net. [2.98.107.216]) by smtp.gmail.com with ESMTPSA id za1sm75199871wjb.8.2016.10.20.07.21.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 20 Oct 2016 07:21:01 -0700 (PDT) From: Srinivas Kandagatla To: broonie@kernel.org, alsa-devel@alsa-project.org Cc: robh+dt@kernel.org, mark.rutland@arm.com, tiwai@suse.com, devicetree@vger.kernel.org, kwestfie@codeaurora.org, linux-arm-msm@vger.kernel.org, srinivas.kandagatla@linaro.org Subject: [PATCH v6 3/5] ASoC: apq8016-sbc: dt bindings: remove incorrect property Date: Thu, 20 Oct 2016 15:20:47 +0100 Message-Id: <1476973249-14547-4-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1476973249-14547-1-git-send-email-srinivas.kandagatla@linaro.org> References: <1476973249-14547-1-git-send-email-srinivas.kandagatla@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch removes capture-dai property which should not have existed in this document in the first place. It looks like leftover from old version of patches by mistake. Remove it to avoid any confusion in future. Signed-off-by: Srinivas Kandagatla Acked-by: Rob Herring --- Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt | 1 - 1 file changed, 1 deletion(-) -- 2.9.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt b/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt index d9d8635..72c1928 100644 --- a/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt +++ b/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt @@ -45,7 +45,6 @@ Required CPU/CODEC subnodes properties: -link-name : Name of the dai link. -sound-dai : phandle and port of CPU/CODEC --capture-dai : phandle and port of CPU/CODEC Example: