lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140115055830.GF1896@S2101-09.ap.freescale.net>
Date:	Wed, 15 Jan 2014 13:58:32 +0800
From:	Shawn Guo <shawn.guo@...aro.org>
To:	Sébastien Szymanski 
	<sebastien.szymanski@...adeus.com>
CC:	<linux-arm-kernel@...ts.infradead.org>,
	<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
	Julien Boibessot <julien.boibessot@...adeus.com>,
	Russell King <linux@....linux.org.uk>,
	Mark Rutland <mark.rutland@....com>
Subject: Re: [PATCH] ARM: dts: imx28-apf28dev: add user button

On Tue, Jan 14, 2014 at 03:21:27PM +0100, Sébastien Szymanski wrote:
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@...adeus.com>
> ---
>  arch/arm/boot/dts/imx28-apf28dev.dts | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Applied, thanks.

Shawn

> 
> diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts
> index 334dea5..221cac4 100644
> --- a/arch/arm/boot/dts/imx28-apf28dev.dts
> +++ b/arch/arm/boot/dts/imx28-apf28dev.dts
> @@ -48,6 +48,7 @@
>  						MX28_PAD_LCD_D20__GPIO_1_20
>  						MX28_PAD_LCD_D21__GPIO_1_21
>  						MX28_PAD_LCD_D22__GPIO_1_22
> +						MX28_PAD_GPMI_CE1N__GPIO_0_17
>  					>;
>  					fsl,drive-strength = <MXS_DRIVE_4mA>;
>  					fsl,voltage = <MXS_VOLTAGE_HIGH>;
> @@ -193,4 +194,14 @@
>  		brightness-levels = <0 4 8 16 32 64 128 255>;
>  		default-brightness-level = <6>;
>  	};
> +
> +	gpio-keys {
> +		compatible = "gpio-keys";
> +
> +		user-button {
> +			label = "User button";
> +			gpios = <&gpio0 17 0>;
> +			linux,code = <0x100>;
> +		};
> +	};
>  };
> -- 
> 1.8.3.2
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ