Re: [RFC] ARM: dts: imx53-qsb-common: fix FEC pinmux config

2017-01-24 Thread Shawn Guo
On Mon, Jan 23, 2017 at 04:14:59PM +0100, linux-kernel-...@beckhoff.com wrote: > From: Patrick Bruenn > > The pinmux configuration in device tree is different from manual > muxing in /board/freescale/mx53loco/mx53loco.c > It seems the device tree configuration is never used by any kernel > driver

[RFC] ARM: dts: imx53-qsb-common: fix FEC pinmux config

2017-01-23 Thread linux-kernel-dev
From: Patrick Bruenn The pinmux configuration in device tree is different from manual muxing in /board/freescale/mx53loco/mx53loco.c It seems the device tree configuration is never used by any kernel driver and the correct setting, preconfigured by u-boot, was never overwritten. So this issue nev