imx6: fix device-tree mac address assignment for ventana sky2/eth1
authorLuka Perkov <luka@openwrt.org>
Mon, 28 Dec 2015 04:56:27 +0000 (04:56 +0000)
committerLuka Perkov <luka@openwrt.org>
Mon, 28 Dec 2015 04:56:27 +0000 (04:56 +0000)
commit3d11f8ae36e60019509a202fa592dd12f4e54ffb
treeb65c03f47a8b22a0270bf9987ac02d1cdab29570
parent2578f0183c64b49218d2e5714480078adfc6e120
imx6: fix device-tree mac address assignment for ventana sky2/eth1

Some Ventana boards have a Marvell sky2 GigE controller as eth1 however
assigning the mac address through device-tree is difficult because the
PCI slot can move around depending on board configuration and slot population.

To work around this we add a patch to the sky2 driver to allow accessing its
mac address via a device-tree alias.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 48013
target/linux/imx6/patches-4.3/208-sky2-allow-mac-to-come-from-dt.patch [new file with mode: 0644]
target/linux/imx6/patches-4.3/209-ARM-imx-ventana-add-sky2-alias.patch [new file with mode: 0644]