From patchwork Thu Mar 12 21:14:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 449652 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 28A26140082 for ; Fri, 13 Mar 2015 08:16:05 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=or6KJJNf; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754807AbbCLVPp (ORCPT ); Thu, 12 Mar 2015 17:15:45 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:38532 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754646AbbCLVPV (ORCPT ); Thu, 12 Mar 2015 17:15:21 -0400 Received: by widex7 with SMTP id ex7so1131697wid.3; Thu, 12 Mar 2015 14:15:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=kKeWg4BqBEjdcA7mrxIHCY6Y0cwPpFbHXERz6jsKGS0=; b=or6KJJNfxtPa/592oEgH2WmuVXu48BYXUuk9bsUuMPOy2vwoRSGxDKnglE5/S1QE9j ScKbjBEpPLB3ISkkuWmYmjO9cowxl1wkJrc4dbBbdt8vqdRsD9uhaCJcNDZ+Ng1fuu5W nkHoHcb4d8cJFuARCZW74NEcwiuycxVJKEEYt9eCjlcolSzzcARuh/rXpxDYLVERoI2T IANIJDwRnhkIo/3JQlQU/JNi8qBif0XvBmfmCZboMmnsXN4RGsP4O5ztkNPeoBh9b4Jg OVdUsy28ugo4CIxr8NRQiJpOY+rxWEUM0mYf04SzHcbbw6lOuWCVkCTwh6EdxI1VDKvP Yoow== X-Received: by 10.194.187.236 with SMTP id fv12mr92100220wjc.131.1426194919677; Thu, 12 Mar 2015 14:15:19 -0700 (PDT) Received: from localhost.localdomain (ip-85.163.63.64.o2inet.sk. [85.163.63.64]) by mx.google.com with ESMTPSA id ch6sm70515wjc.3.2015.03.12.14.15.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Mar 2015 14:15:19 -0700 (PDT) From: Marek Belisko To: bcousson@baylibre.com, tony@atomide.com, peter.ujfalusi@ti.com Cc: eballetbo@gmail.com, javier@dowhile0.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jarkko.nikula@bitmer.com, hns@goldelico.com, Marek Belisko Subject: [PATCH 2/2] Documentation: omap-twl4030: Remove ti,codec property Date: Thu, 12 Mar 2015 22:14:59 +0100 Message-Id: <1426194899-14037-3-git-send-email-marek@goldelico.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1426194899-14037-1-git-send-email-marek@goldelico.com> References: <1426194899-14037-1-git-send-email-marek@goldelico.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org ti,codec property is not necessary anymore thus removing references from documentation. Signed-off-by: Marek Belisko --- Documentation/devicetree/bindings/sound/omap-twl4030.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/omap-twl4030.txt b/Documentation/devicetree/bindings/sound/omap-twl4030.txt index 1ab6bc8..656165f 100644 --- a/Documentation/devicetree/bindings/sound/omap-twl4030.txt +++ b/Documentation/devicetree/bindings/sound/omap-twl4030.txt @@ -4,7 +4,6 @@ Required properties: - compatible: "ti,omap-twl4030" - ti,model: Name of the sound card (for example "omap3beagle") - ti,mcbsp: phandle for the McBSP node -- ti,codec: phandle for the twl4030 audio node Optional properties: - ti,mcbsp-voice: phandle for the McBSP node connected to the voice port of twl @@ -59,5 +58,4 @@ sound { ti,model = "omap3beagle"; ti,mcbsp = <&mcbsp2>; - ti,codec = <&twl_audio>; };