From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759703AbdKPNgC (ORCPT ); Thu, 16 Nov 2017 08:36:02 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33468 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750738AbdKPNfy (ORCPT ); Thu, 16 Nov 2017 08:35:54 -0500 Date: Thu, 16 Nov 2017 14:35:58 +0100 From: Greg Kroah-Hartman To: Patrick =?iso-8859-1?Q?Br=FCnn?= Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Shawn Guo , Sasha Levin Subject: Re: [PATCH 4.9 06/87] ARM: dts: imx53-qsb-common: fix FEC pinmux config Message-ID: <20171116133558.GB9921@kroah.com> References: <20171113125615.304035578@linuxfoundation.org> <20171113125615.899325235@linuxfoundation.org> <3BB206AB2B1BD448954845CE6FF69A8E01CB52FB01@NT-Mail07.beckhoff.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3BB206AB2B1BD448954845CE6FF69A8E01CB52FB01@NT-Mail07.beckhoff.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 16, 2017 at 04:09:37AM +0000, Patrick Brünn wrote: > >From: Greg Kroah-Hartman [mailto:gregkh@linuxfoundation.org] > >Sent: Montag, 13. November 2017 13:55 > > > >4.9-stable review patch. If anyone has any objections, please let me know. > > > >------------------ > > > >From: Patrick Bruenn > > > > > >[ Upstream commit 8b649e426336d7d4800ff9c82858328f4215ba01 ] > > > >The pinmux configuration in device tree was different from manual > >muxing in /board/freescale/mx53loco/mx53loco.c > >All pins were configured as NO_PAD_CTL(1 << 31), which was fine as the > >bootloader already did the correct pinmuxing for us. > >But recently u-boot is migrating to reuse device tree files from the > >kernel tree, so it seems to be better to have the correct pinmuxing in > >our files, too. > > > > As discussed for 4.4 stable queue this patch might break existing machines, if they use a different pinmux configuration with their own bootloader. > Please drop it from 4.9, too. Thanks, now dropped from 4.9 and 3.18. greg k-h