[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <58d38d05-5b78-356a-b563-839e2844d1f5@st.com>
Date: Tue, 27 Feb 2018 16:54:22 +0100
From: Alexandre Torgue <alexandre.torgue@...com>
To: Benjamin Gaignard <benjamin.gaignard@...aro.org>,
<robh+dt@...nel.org>, <mark.rutland@....com>,
<linux@...linux.org.uk>, <mcoquelin.stm32@...il.com>
CC: <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>,
Benjamin Gaignard <benjamin.gaignard@...com>
Subject: Re: [PATCH] ARM: dts: stm32: Add leds support to stm32f769 Discovery
board
Hi
On 01/17/2018 10:40 AM, Benjamin Gaignard wrote:
> Add nodes for the two user leds.
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@...com>
> ---
> arch/arm/boot/dts/stm32f769-disco.dts | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts
> index 4463ca13a740..25a4b71f0317 100644
> --- a/arch/arm/boot/dts/stm32f769-disco.dts
> +++ b/arch/arm/boot/dts/stm32f769-disco.dts
> @@ -61,6 +61,16 @@
> serial0 = &usart1;
> };
>
> + leds {
> + compatible = "gpio-leds";
> + green {
> + gpios = <&gpioj 5 0>;
> + linux,default-trigger = "heartbeat";
> + };
> + red {
> + gpios = <&gpioj 13 0>;
> + };
> + };
> };
>
> &cec {
>
Applied on stm32-next.
thanks
alex
Powered by blists - more mailing lists