[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1447840410-19794-1-git-send-email-andy.yan@rock-chips.com>
Date: Wed, 18 Nov 2015 17:53:30 +0800
From: Andy Yan <andy.yan@...k-chips.com>
To: heiko@...ech.de, linux-kernel@...r.kernel.org
Cc: devicetree@...r.kernel.org, galak@...eaurora.org,
linux@....linux.org.uk, linux-rockchip@...ts.infradead.org,
ijc+devicetree@...lion.org.uk, robh+dt@...nel.org,
pawel.moll@....com, mark.rutland@....com,
linux-arm-kernel@...ts.infradead.org, khilman@...aro.org,
treding@...dia.com, wxt@...k-chips.com, sjg@...omium.org,
benchan@...gle.com, Andy Yan <andy.yan@...k-chips.com>
Subject: [PATCH v3 2/5] dt-bindings: soc: add document for rockchip reboot notifier driver
Add devicetree binding document for rockchip reboot nofifier driver
Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
---
Changes in v3:
- add dt binding
Changes in v2: None
.../bindings/soc/rockchip/rockchip-reboot.txt | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 Documentation/devicetree/bindings/soc/rockchip/rockchip-reboot.txt
diff --git a/Documentation/devicetree/bindings/soc/rockchip/rockchip-reboot.txt b/Documentation/devicetree/bindings/soc/rockchip/rockchip-reboot.txt
new file mode 100644
index 0000000..6f69c8d
--- /dev/null
+++ b/Documentation/devicetree/bindings/soc/rockchip/rockchip-reboot.txt
@@ -0,0 +1,18 @@
+Rockchip reboot notifier driver
+
+This driver get reboot mode arguments from userspace
+and stores it in special register. Then the bootloader
+will read it and take different action according the
+argument stored.
+
+Required properties:
+- compatible: should be "rockchip,reboot"
+- regmap: this is phandle to the register map node
+- offset: offset in the register map for the storage register (in bytes)
+
+Examples:
+ reboot {
+ compatible = "rockchip,reboot";
+ regmap = <&pmu>;
+ offset = <0x94>;
+ };
--
1.9.1
--
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