Skip to content
Commit 8b649e42 authored by Patrick Bruenn's avatar Patrick Bruenn Committed by Shawn Guo
Browse files

ARM: dts: imx53-qsb-common: fix FEC pinmux config



The pinmux configuration in device tree was different from manual
muxing in <u-boot>/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.

Signed-off-by: default avatarPatrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c519d57b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment