diff mbox

[1/2] ARM: dts: exynos3250: remove unecessary property of gpio-keys node

Message ID 1418978370-22542-1-git-send-email-beomho.seo@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Beomho Seo Dec. 19, 2014, 8:39 a.m. UTC
This patch remove unecessary property of gpio-keys node.
gpio-keys driver do not uses interrupts and interrupt-parent.

Cc: Youngjun Cho <yj44.cho@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
---
 arch/arm/boot/dts/exynos3250-monk.dts   |    2 --
 arch/arm/boot/dts/exynos3250-rinato.dts |    2 --
 2 files changed, 4 deletions(-)

Comments

Chanwoo Choi Dec. 19, 2014, 8:41 a.m. UTC | #1
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.cho@samsung.com>
> Cc: Chanwoo Choi <cw00.choi@samsung.com>
> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>

Reviewed-by: Chanwoo Choi <cw00.choi@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 linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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";