diff mbox

[v0] arm64: dts: Add poweroff button device node for APM X-Gene platform

Message ID 1434505312-27977-1-git-send-email-yvo@apm.com
State New
Headers show

Commit Message

Y Vo June 17, 2015, 1:41 a.m. UTC
This patch adds poweroff button device node to support poweroff feature
on APM X-Gene Mustang platform.

Signed-off-by: Y Vo <yvo@apm.com>
---
 arch/arm64/boot/dts/apm/apm-mustang.dts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

Comments

Mark Rutland June 25, 2015, 3:09 p.m. UTC | #1
On Wed, Jun 17, 2015 at 02:41:52AM +0100, Y Vo wrote:
> This patch adds poweroff button device node to support poweroff feature
> on APM X-Gene Mustang platform.
> 
> Signed-off-by: Y Vo <yvo@apm.com>
> ---
>  arch/arm64/boot/dts/apm/apm-mustang.dts |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/apm/apm-mustang.dts b/arch/arm64/boot/dts/apm/apm-mustang.dts
> index 83578e7..67979c8 100644
> --- a/arch/arm64/boot/dts/apm/apm-mustang.dts
> +++ b/arch/arm64/boot/dts/apm/apm-mustang.dts
> @@ -23,6 +23,17 @@
>  		device_type = "memory";
>  		reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
>  	};
> +
> +	gpio-keys {
> +		compatible = "gpio-keys";
> +		apm_ctrl_name = "Power Button";

Huh?

Undocumented, unused, and doesn't follwo the "vendor,property" naming
scheme...

Mark.

> +		btn3 {
> +			label = "EXT_PWR";
> +			linux,code = <116>;
> +			linux,input-type = <0x1>;     /* EV_KEY */
> +			interrupts = <0x0 0x2d 0x1>;
> +		};
> +	};
>  };
>  
>  &pcie0clk {
> -- 
> 1.7.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" 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/arm64/boot/dts/apm/apm-mustang.dts b/arch/arm64/boot/dts/apm/apm-mustang.dts
index 83578e7..67979c8 100644
--- a/arch/arm64/boot/dts/apm/apm-mustang.dts
+++ b/arch/arm64/boot/dts/apm/apm-mustang.dts
@@ -23,6 +23,17 @@ 
 		device_type = "memory";
 		reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
 	};
+
+	gpio-keys {
+		compatible = "gpio-keys";
+		apm_ctrl_name = "Power Button";
+		btn3 {
+			label = "EXT_PWR";
+			linux,code = <116>;
+			linux,input-type = <0x1>;     /* EV_KEY */
+			interrupts = <0x0 0x2d 0x1>;
+		};
+	};
 };
 
 &pcie0clk {