Hi Beomho,

On 12/19/2014 05:39 PM, Beomho Seo wrote:
> This patch remove unecessary property of gpio-keys node.
> gpio-keys driver do not uses interrupts and interrupt-parent.
> 
> Cc: Youngjun Cho <yj44....@samsung.com>
> Cc: Chanwoo Choi <cw00.c...@samsung.com>
> Signed-off-by: Beomho Seo <beomho....@samsung.com>

Reviewed-by: Chanwoo Choi <cw00.c...@samsung.com>

Thanks,
Chanwoo CHoi

> ---
>  arch/arm/boot/dts/exynos3250-monk.dts   |    2 --
>  arch/arm/boot/dts/exynos3250-rinato.dts |    2 --
>  2 files changed, 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos3250-monk.dts 
> b/arch/arm/boot/dts/exynos3250-monk.dts
> index 24822aa..2129ab98 100644
> --- a/arch/arm/boot/dts/exynos3250-monk.dts
> +++ b/arch/arm/boot/dts/exynos3250-monk.dts
> @@ -37,8 +37,6 @@
>               compatible = "gpio-keys";
>  
>               power_key {
> -                     interrupt-parent = <&gpx2>;
> -                     interrupts = <7 0>;
>                       gpios = <&gpx2 7 1>;
>                       linux,code = <KEY_POWER>;
>                       label = "power key";
> diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts 
> b/arch/arm/boot/dts/exynos3250-rinato.dts
> index 80aa8b4..c186ac6 100644
> --- a/arch/arm/boot/dts/exynos3250-rinato.dts
> +++ b/arch/arm/boot/dts/exynos3250-rinato.dts
> @@ -37,8 +37,6 @@
>               compatible = "gpio-keys";
>  
>               power_key {
> -                     interrupt-parent = <&gpx2>;
> -                     interrupts = <7 0>;
>                       gpios = <&gpx2 7 1>;
>                       linux,code = <KEY_POWER>;
>                       label = "power key";
> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to