From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754893AbbCMLF3 (ORCPT ); Fri, 13 Mar 2015 07:05:29 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:61404 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752482AbbCMLF1 (ORCPT ); Fri, 13 Mar 2015 07:05:27 -0400 From: Arnd Bergmann To: Marek Belisko Cc: bcousson@baylibre.com, tony@atomide.com, peter.ujfalusi@ti.com, 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 Subject: Re: [PATCH 2/2] Documentation: omap-twl4030: Remove ti,codec property Date: Fri, 13 Mar 2015 12:05:20 +0100 Message-ID: <38159868.RLZZTyUOlK@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1426194899-14037-3-git-send-email-marek@goldelico.com> References: <1426194899-14037-1-git-send-email-marek@goldelico.com> <1426194899-14037-3-git-send-email-marek@goldelico.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:hb603L9JNCOxGWCrr7k6lVPO2q2V5HAqdOsc7nV2YxVY6d+Jv8N CmkpX0FXoxBD8B9X4riZ7XdLrBPpaylr90r3m2+fQD6V676C1b0tsuou/4Z+dDnsW2ILc6W 3qRnyy+370hB/T5wuiqVx/RKnwWx9iz9o/Njp0elhJiQN72fdf7cI3yxboT1TAg4bB+4k+z CRpcF74XWPmU05TPS8aww== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 12 March 2015 22:14:59 Marek Belisko wrote: > 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 As this was a required property, are you sure that no other operating system uses it? Even if not, you should probably change it to be an optional property, so that the existing dtbs do not become noncompliant after the change. Arnd