All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com
Subject: Re: [PATCH 1/2] ARM: dts: Add wake up key to Arndale octa board
Date: Mon, 24 Feb 2014 09:25:05 +0900	[thread overview]
Message-ID: <530A9161.5090206@samsung.com> (raw)
In-Reply-To: <1387356339-14082-1-git-send-email-sachin.kamat@linaro.org>

On 12/18/13 17:45, Sachin Kamat wrote:
> Added GPIO based wake up key to Arndale octa board.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
>   arch/arm/boot/dts/exynos5420-arndale-octa.dts |   11 +++++++++++
>   1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> index edd933feaf48..240caab5129f 100644
> --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> @@ -12,6 +12,7 @@
>   /dts-v1/;
>   #include "exynos5420.dtsi"
>   #include<dt-bindings/interrupt-controller/irq.h>
> +#include<dt-bindings/input/input.h>
>
>   / {
>   	model = "Insignal Arndale Octa evaluation board based on EXYNOS5420";
> @@ -349,4 +350,14 @@
>   		};
>   	};
>
> +	gpio_keys {
> +		compatible = "gpio-keys";
> +
> +		wakeup {
> +			label = "SW-TACT1";
> +			gpios =<&gpx2 7 1>;
> +			linux,code =<KEY_WAKEUP>;
> +			gpio-key,wakeup;
> +		};
> +	};
>   };

Applied with 2/2 patch, thanks.

- Kukjin

      parent reply	other threads:[~2014-02-24  0:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18  8:45 [PATCH 1/2] ARM: dts: Add wake up key to Arndale octa board Sachin Kamat
2013-12-18  8:45 ` [PATCH 2/2] ARM: dts: Add vmmc-supply to MMC on " Sachin Kamat
2014-02-24  0:25 ` Kukjin Kim [this message]

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=530A9161.5090206@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sachin.kamat@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.