[U-Boot] [PATCH v2] arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM

2015-07-06 Thread Stefan Roese
This patch adds support for the "OHB System AG" baseboard with is equipped with the TQMa6S SoM. Signed-off-by: Stefan Roese Cc: Markus Niebel Cc: Stefano Babic --- v2: - board_eth_init() simplified as suggested by Markus - PHY reset GPIO only defined once as suggested by Markus - All GPIOs are

Re: [U-Boot] [PATCH v2] arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM

2015-07-24 Thread Markus Niebel
Hello Stefan, sorry for replaying late. Am 06.07.2015 um 13:36 schrieb Stefan Roese: > This patch adds support for the "OHB System AG" baseboard > with is equipped with the TQMa6S SoM. > > Signed-off-by: Stefan Roese Acked-by Markus Niebel > Cc: Markus Niebel > Cc: Stefano Babic > --- > v2

Re: [U-Boot] [PATCH v2] arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM

2015-07-26 Thread Stefano Babic
Hi Stefan, On 06/07/2015 13:36, Stefan Roese wrote: > This patch adds support for the "OHB System AG" baseboard > with is equipped with the TQMa6S SoM. > > Signed-off-by: Stefan Roese > Cc: Markus Niebel > Cc: Stefano Babic > --- > v2: > - board_eth_init() simplified as suggested by Markus > -