]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: zte: add bindings document for zx2967 power domain controller
authorBaoyou Xie <baoyou.xie@linaro.org>
Fri, 6 Jan 2017 09:16:00 +0000 (17:16 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Jan 2017 08:20:40 +0000 (16:20 +0800)
This patch adds device tree bindings document for ZTE zx2967
family power domain controller.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt b/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt
new file mode 100644 (file)
index 0000000..7629de1
--- /dev/null
@@ -0,0 +1,19 @@
+* ZTE zx2967 family Power Domains
+
+zx2967 family includes support for multiple power domains which are used
+to gate power to one or more peripherals on the processor.
+
+Required Properties:
+  - compatible: should be one of the following.
+      * zte,zx296718-pcu - for zx296718 power domain.
+  - reg: physical base address of the controller and length of memory mapped
+      region.
+  - #power-domain-cells: Must be 1.
+
+Example:
+
+       pcu_domain: pcu@117000 {
+               compatible = "zte,zx296718-pcu";
+               reg = <0x00117000 0x1000>;
+               #power-domain-cells = <1>;
+       };