linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 1/5] dt-bindings: zte: add bindings document for zx2967 power domain controller
@ 2017-01-06  9:16 Baoyou Xie
  2017-01-06  9:16 ` [PATCH v7 2/5] MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture Baoyou Xie
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Baoyou Xie @ 2017-01-06  9:16 UTC (permalink / raw)
  To: jun.nie, robh+dt, mark.rutland, gregkh, davem, geert+renesas,
	akpm, mchehab, krzk, arnd, claudiu.manoil, amitdanielk,
	pankaj.dubey, yangbo.lu, scott.branden, simon.horman
  Cc: linux-arm-kernel, devicetree, linux-kernel, Baoyou Xie

This patch adds device tree bindings document for ZTE zx2967
family power domain controller.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
---
 .../devicetree/bindings/soc/zte/pd-2967xx.txt         | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt

diff --git a/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt b/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt
new file mode 100644
index 0000000..7629de1
--- /dev/null
+++ b/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt
@@ -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>;
+	};
-- 
2.7.4

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

end of thread, other threads:[~2017-01-11  8:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06  9:16 [PATCH v7 1/5] dt-bindings: zte: add bindings document for zx2967 power domain controller Baoyou Xie
2017-01-06  9:16 ` [PATCH v7 2/5] MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture Baoyou Xie
2017-01-06  9:16 ` [PATCH v7 3/5] soc: zte: Add header for PM domains specifiers Baoyou Xie
2017-01-06  9:16 ` [PATCH v7 4/5] soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family Baoyou Xie
2017-01-06  9:16 ` [PATCH v7 5/5] soc: zte: pm_domains: Add support for zx296718 Baoyou Xie
2017-01-09  2:16   ` Shawn Guo
2017-01-09  2:09 ` [PATCH v7 1/5] dt-bindings: zte: add bindings document for zx2967 power domain controller Shawn Guo
2017-01-10  5:35 ` Rob Herring
2017-01-11  8:23 ` Shawn Guo

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).