From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCHv2 5/5] ASoC: fsl-sai: rename big_endian_data to is_msb_first. Date: Sun, 24 Aug 2014 22:18:37 -0500 Message-ID: <53FAAB0D.2000403@tabi.org> References: <1408421693-9929-1-git-send-email-Li.Xiubo@freescale.com> <1408421693-9929-6-git-send-email-Li.Xiubo@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1408421693-9929-6-git-send-email-Li.Xiubo@freescale.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Xiubo Li , broonie@kernel.org, alsa-devel@alsa-project.org, mark.rutland@arm.com, nicoleotsuka@gmail.com Cc: devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org Xiubo Li wrote: > - sai->big_endian_data = of_property_read_bool(np, "big-endian-data"); > + sai->is_msb_first = of_property_read_bool(np, "msb-first"); This will break backwards compatibility with older device trees.