Re: [U-Boot] [PATCH 1/4] stm32mp1: add gpio led support

2018-07-15 Thread Simon Glass
On 13 July 2018 at 09:21, Patrick Delaunay wrote: > This patch add the 4 LED available on the ED1 board and activated > gpio led driver. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 24 > configs/stm32mp15_basic_defconfig

[U-Boot] [PATCH 1/4] stm32mp1: add gpio led support

2018-07-13 Thread Patrick Delaunay
This patch add the 4 LED available on the ED1 board and activated gpio led driver. Signed-off-by: Patrick Delaunay --- arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 24 configs/stm32mp15_basic_defconfig| 2 ++ 2 files changed, 26 insertions(+) diff --git a/arch/a