9
0
Fork 0
barebox/arch/arm/boards/freescale-mx6-sabrelite
Sascha Hauer d70c5a3837 ARM: i.MX6 Sabrelite: Fix ethernet
The board code does a phy reset. This implicitly requests the phy reset
gpio. This gpio is also registered in the devicetree as phy reset gpio,
so the fec driver probe can't request the gpio and bails out with -EBUSY.
Fix this by freeing the phy reset gpio in the board code. While at it use
gpio_request_array for the gpios.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-04-03 15:36:02 +02:00
..
env Set model and hostname at boardlevel 2013-08-16 08:40:55 +02:00
Makefile ARM i.MX6: sabrelite: switch to multi image support 2013-11-20 07:19:16 +01:00
board.c ARM: i.MX6 Sabrelite: Fix ethernet 2014-04-03 15:36:02 +02:00
flash-header-mx6-sabrelite.imxcfg ARM i.MX6: sabrelite: switch to multi image support 2013-11-20 07:19:16 +01:00
lowlevel.c ARM: imx6: add support for DL variant of SabreLite Board 2014-01-23 08:15:41 +01:00