Skip to content

Commit e76a96e

Browse files
Baoyou XiepH5
authored andcommitted
dt: bindings: add documentation for zx2967 family reset controller
This patch adds dt-binding documentation for zx2967 family reset controller. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Reviewed-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 17ee330 commit e76a96e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
ZTE zx2967 SoCs Reset Controller
2+
=======================================
3+
4+
Please also refer to reset.txt in this directory for common reset
5+
controller binding usage.
6+
7+
Required properties:
8+
- compatible: should be one of the following.
9+
* zte,zx296718-reset
10+
- reg: physical base address of the controller and length of memory mapped
11+
region.
12+
- #reset-cells: must be 1.
13+
14+
example:
15+
16+
reset: reset-controller@1461060 {
17+
compatible = "zte,zx296718-reset";
18+
reg = <0x01461060 0x8>;
19+
#reset-cells = <1>;
20+
};

0 commit comments

Comments
 (0)