Re: [U-Boot] [PATCH] board: st: add missing gpio_request() for stm32f429-discovery

2019-07-12 Thread Patrick DELAUNAY
Hi, > From: Patrice CHOTARD > Sent: mercredi 26 juin 2019 10:27 > > This fixes the following error message: > > U-Boot 2019.07-rc4-00103-g5eea874b5e (Jun 25 2019 - 15:09:31 +0200) > > DRAM: 8 MiB > gpio@40021800: dir_output: error: gpio GPIOG14 not reserved > gpio@40021800: dir_output: error:

[U-Boot] [PATCH] board: st: add missing gpio_request() for stm32f429-discovery

2019-06-26 Thread Patrice Chotard
This fixes the following error message: U-Boot 2019.07-rc4-00103-g5eea874b5e (Jun 25 2019 - 15:09:31 +0200) DRAM: 8 MiB gpio@40021800: dir_output: error: gpio GPIOG14 not reserved gpio@40021800: dir_output: error: gpio GPIOG13 not reserved gpio@40021800: set_value: error: gpio GPIOG14 not reserv