From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 0/7] ASoC: omap: Deprecate omap-pcm for sdma-pcm Date: Wed, 25 Apr 2018 09:52:37 -0700 Message-ID: <20180425165237.GY5671@atomide.com> References: <20180425061837.14145-1-peter.ujfalusi@ti.com> <20180425101044.GA17531@bitmer.com> <20180425135012.GW5671@atomide.com> <5d51e8cd-c43e-20b2-b6b8-2f7fec3ecd95@bitmer.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from muru.com (muru.com [72.249.23.125]) by alsa0.perex.cz (Postfix) with ESMTP id 70E1C267035 for ; Wed, 25 Apr 2018 18:52:41 +0200 (CEST) Content-Disposition: inline In-Reply-To: <5d51e8cd-c43e-20b2-b6b8-2f7fec3ecd95@bitmer.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: Jarkko Nikula Cc: alsa-devel@alsa-project.org, aaro.koskinen@iki.fi, Liam Girdwood , Peter Ujfalusi , Mark Brown , linux-omap@vger.kernel.org List-Id: alsa-devel@alsa-project.org * Jarkko Nikula [180425 16:33]: > On 04/25/2018 04:50 PM, Tony Lindgren wrote: > > * Jarkko Nikula [180425 03:56]: > >> What I noticed some time ago on N810 but not time to fix it that OMAP mux > >> change dropped muxing audio McBSP pins. Those pins are muxed by reset or > >> bootloader to another function. > >> > >> Probably a few lines to arch/arm/boot/dts/omap2420-n810.dts etc. > > > > Hmm do you have a link or commit id to a patch that does the muxing > > to see which pins need to be muxed? > > > Could it have been as old as 5a87cde490e1 ("ARM: OMAP2+: Remove legacy > booting support for n8x0")? At least it is dropping the McBSP muxing > from board-n8x0.c. Yup OK makes sense. I probably thought it's safe to do as I recall the Nokia kernels doing all the muxing in the bootloader. But seems I was wrong, sorry about that. Regards, Tony