From patchwork Thu Sep 8 13:04:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 75794 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp833901qgf; Thu, 8 Sep 2016 06:05:33 -0700 (PDT) X-Received: by 10.98.29.8 with SMTP id d8mr2580421pfd.142.1473339923188; Thu, 08 Sep 2016 06:05:23 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id dy17si47023020pad.127.2016.09.08.06.05.22; Thu, 08 Sep 2016 06:05:23 -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 S935149AbcIHNFV (ORCPT + 7 others); Thu, 8 Sep 2016 09:05:21 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38398 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934320AbcIHNFS (ORCPT ); Thu, 8 Sep 2016 09:05:18 -0400 Received: by mail-wm0-f45.google.com with SMTP id 1so87729058wmz.1 for ; Thu, 08 Sep 2016 06:05:17 -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=ju7CSotcxk3sEg6/YPEjViEghz4ama1pU/wZ9npe+t8=; b=F6kKtQHYbv+WVcmtnGhFCFoh+5zHV33kHHlR83jNUL60egtQYTJn+pACzseFdHXpjm z3dpWkj4N2ozEI8fRsu3UVQZfVsCJ9XQnc3axGY4NRl1VhdUTDoYjqXUaR9KVHS9YJX0 Mwrh9Mg9LG3ZyKB8Ck83nNnETnHYS+zEj82tI= 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=ju7CSotcxk3sEg6/YPEjViEghz4ama1pU/wZ9npe+t8=; b=MXl40LiieEyjUT2wTEJNyG2DcqVmyVz2jRHzWJCRWFQXQ9tuVRXQiwQlrDlmCAE1GH nowClxyRxEXk9llpvmm8U35R8b4GMrb0/ekA+I6JQq/3P9CihL0soZ1Uj71b/SZLkbHC 4QA/iVRWTDSsAMXUKHH01XAqUhI1CucUmZlKAR/SU6q0BAbaMuKF8sYWhXC9i0HUgXd6 +99AX5lvI+tVKvJ87RppuSrVgHXjxdVSu7GoSLQdlvFp6SYpIF8A73pKnn70KXvcpn+F 26HGu6svZDSVSqmT4wnQA0Xr1uHElYzemFEmD9dMrvlMpX8U/LIsFAXOx4CvDZAm0qMU 8Tkw== X-Gm-Message-State: AE9vXwMPvzjV86vHex7vgd1EaOWilLJrWY+S8/eVd/yrwFpgUl9j7tn//0AdTPkQjk1b/I/y X-Received: by 10.194.184.132 with SMTP id eu4mr3235243wjc.114.1473339916667; Thu, 08 Sep 2016 06:05:16 -0700 (PDT) Received: from localhost.localdomain (host-2-103-180-164.as13285.net. [2.103.180.164]) by smtp.gmail.com with ESMTPSA id o2sm44157582wjo.3.2016.09.08.06.05.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 08 Sep 2016 06:05:16 -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 Subject: [PATCH v5 3/5] ASoC: apq8016-sbc: dt bindings: remove incorrect property Date: Thu, 8 Sep 2016 14:04:54 +0100 Message-Id: <1473339896-9409-4-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473339896-9409-1-git-send-email-srinivas.kandagatla@linaro.org> References: <1473339896-9409-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 --- Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt | 1 - 1 file changed, 1 deletion(-) -- 2.7.4 -- 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 Acked-by: Rob Herring 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: