devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Torgue <alexandre.torgue@st.com>
To: Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk,
	mcoquelin.stm32@gmail.com
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Benjamin Gaignard <benjamin.gaignard@st.com>
Subject: Re: [PATCH] ARM: dts: stm32: Add push button to stm32f769 Discovery board
Date: Tue, 27 Feb 2018 16:54:44 +0100	[thread overview]
Message-ID: <5fc99f45-873d-163f-03a6-606735c8e30f@st.com> (raw)
In-Reply-To: <20180117094005.20728-4-benjamin.gaignard@st.com>

Hi

On 01/17/2018 10:40 AM, Benjamin Gaignard wrote:
> Add node for user push button.
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   arch/arm/boot/dts/stm32f769-disco.dts | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts
> index 25a4b71f0317..8b3e1b518570 100644
> --- a/arch/arm/boot/dts/stm32f769-disco.dts
> +++ b/arch/arm/boot/dts/stm32f769-disco.dts
> @@ -71,6 +71,18 @@
>   			gpios = <&gpioj 13 0>;
>   		};
>   	};
> +
> +	gpio_keys {
> +		compatible = "gpio-keys";
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +		autorepeat;
> +		button@0 {
> +			label = "User";
> +			linux,code = <KEY_HOME>;
> +			gpios = <&gpioa 0 0>;
> +		};
> +	};
>   };
>   
>   &cec {
> 


Applied on stm32-next.

thanks
alex

  reply	other threads:[~2018-02-27 15:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17  9:40 [PATCH] ARM: dts: stm32: Add leds support to stm32f469 Discovery board Benjamin Gaignard
2018-01-17  9:40 ` [PATCH] ARM: dts: stm32: Add leds support to stm32f769 " Benjamin Gaignard
2018-02-27 15:54   ` Alexandre Torgue
2018-01-17  9:40 ` [PATCH] ARM: dts: stm32: Add push button to stm32f469 " Benjamin Gaignard
2018-02-27 15:54   ` Alexandre Torgue
2018-01-17  9:40 ` [PATCH] ARM: dts: stm32: Add push button to stm32f769 " Benjamin Gaignard
2018-02-27 15:54   ` Alexandre Torgue [this message]
2018-02-27 15:54 ` [PATCH] ARM: dts: stm32: Add leds support to stm32f469 " Alexandre Torgue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5fc99f45-873d-163f-03a6-606735c8e30f@st.com \
    --to=alexandre.torgue@st.com \
    --cc=benjamin.gaignard@linaro.org \
    --cc=benjamin.gaignard@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).