linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] dt-bindings: fsl: scu: add scu power key binding
@ 2019-08-30 20:53 Anson Huang
  2019-08-30 20:53 ` [PATCH 2/5] input: keyboard: imx_sc: Add i.MX system controller power key support Anson Huang
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Anson Huang @ 2019-08-30 20:53 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	catalin.marinas, will, dmitry.torokhov, aisheng.dong,
	ulf.hansson, fugang.duan, peng.fan, daniel.baluta,
	leonard.crestez, olof, mripard, arnd, jagan, bjorn.andersson,
	dinguyen, marcin.juszkiewicz, hsweeten, tglx, gregkh, stefan,
	ronald, ping.bai, m.felsch, andriy.shevchenko, devicetree,
	linux-kernel, linux-arm-kernel, linux-input
  Cc: Linux-imx

NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as
system controller, the system controller is in charge of system
power, clock and power key event etc. management, Linux kernel
has to communicate with system controller via MU (message unit)
IPC to get power key event, add binding doc for i.MX system
controller power key driver.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 .../devicetree/bindings/arm/freescale/fsl,scu.txt      | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
index c149fad..001d0b7 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
@@ -157,6 +157,17 @@ Required properties:
 Optional properties:
 - timeout-sec: contains the watchdog timeout in seconds.
 
+Power key bindings based on SCU Message Protocol
+------------------------------------------------------------
+
+Required properties:
+- compatible: should be:
+              "fsl,imx8qxp-sc-pwrkey"
+              followed by "fsl,imx-sc-pwrkey";
+- linux,keycodes: See Documentation/devicetree/bindings/input/keys.txt
+Optional Properties:
+- wakeup-source: See Documentation/devicetree/bindings/power/wakeup-source.txt
+
 Example (imx8qxp):
 -------------
 aliases {
@@ -220,6 +231,13 @@ firmware {
 			compatible = "fsl,imx8qxp-sc-rtc";
 		};
 
+		scu_pwrkey: scu-pwrkey {
+			compatible = "fsl,imx8qxp-sc-pwrkey", "fsl,imx-sc-pwrkey";
+			linux,keycode = <KEY_POWER>;
+			wakeup-source;
+			status = "disabled";
+		};
+
 		watchdog {
 			compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
 			timeout-sec = <60>;
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-03  2:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30 20:53 [PATCH 1/5] dt-bindings: fsl: scu: add scu power key binding Anson Huang
2019-08-30 20:53 ` [PATCH 2/5] input: keyboard: imx_sc: Add i.MX system controller power key support Anson Huang
2019-08-30 20:53 ` [PATCH 3/5] arm64: dts: imx8qxp: Add scu power key node Anson Huang
2019-08-30 20:53 ` [PATCH 4/5] arm64: dts: imx8qxp-mek: Enable scu power key Anson Huang
2019-08-30 20:53 ` [PATCH 5/5] arm64: defconfig: Enable CONFIG_KEYBOARD_IMX_SC_PWRKEY as module Anson Huang
2019-09-02 13:39 ` [PATCH 1/5] dt-bindings: fsl: scu: add scu power key binding Rob Herring
2019-09-03  2:05   ` Anson Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).