aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-05-15 09:58:29 -0400
committerRob Herring <robh@kernel.org>2018-10-11 15:52:01 -0400
commitd81cc4a8e47219fbe60d49446f04ed3e9c1657d9 (patch)
tree742b06f070b74fe96f510c0f8acdc524cabefc61
parent157b4129ded8ba756ef17c058192e734889673e4 (diff)
dt-bindings: arm: zte: Move sysctrl bindings to their own doc
In preparation to convert board-level bindings to json-schema, move various misc SoC bindings out to their own file. Cc: Mark Rutland <mark.rutland@arm.com> Cc: Jun Nie <jun.nie@linaro.org> Cc: Baoyou Xie <baoyou.xie@linaro.org> Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Acked-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/arm/zte,sysctrl.txt30
-rw-r--r--Documentation/devicetree/bindings/arm/zte.txt27
2 files changed, 31 insertions, 26 deletions
diff --git a/Documentation/devicetree/bindings/arm/zte,sysctrl.txt b/Documentation/devicetree/bindings/arm/zte,sysctrl.txt
new file mode 100644
index 000000000000..7e66b7f7ba96
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/zte,sysctrl.txt
@@ -0,0 +1,30 @@
1ZTE sysctrl Registers
2
3Registers for 'zte,zx296702' SoC:
4
5System management required properties:
6 - compatible = "zte,sysctrl"
7
8Low power management required properties:
9 - compatible = "zte,zx296702-pcu"
10
11Bus matrix required properties:
12 - compatible = "zte,zx-bus-matrix"
13
14
15Registers for 'zte,zx296718' SoC:
16
17System management required properties:
18 - compatible = "zte,zx296718-aon-sysctrl"
19 - compatible = "zte,zx296718-sysctrl"
20
21Example:
22aon_sysctrl: aon-sysctrl@116000 {
23 compatible = "zte,zx296718-aon-sysctrl", "syscon";
24 reg = <0x116000 0x1000>;
25};
26
27sysctrl: sysctrl@1463000 {
28 compatible = "zte,zx296718-sysctrl", "syscon";
29 reg = <0x1463000 0x1000>;
30};
diff --git a/Documentation/devicetree/bindings/arm/zte.txt b/Documentation/devicetree/bindings/arm/zte.txt
index 83369785d29c..340612794a37 100644
--- a/Documentation/devicetree/bindings/arm/zte.txt
+++ b/Documentation/devicetree/bindings/arm/zte.txt
@@ -1,20 +1,10 @@
1ZTE platforms device tree bindings 1ZTE platforms device tree bindings
2---------------------------------------
3 2
3---------------------------------------
4- ZX296702 board: 4- ZX296702 board:
5 Required root node properties: 5 Required root node properties:
6 - compatible = "zte,zx296702-ad1", "zte,zx296702" 6 - compatible = "zte,zx296702-ad1", "zte,zx296702"
7 7
8System management required properties:
9 - compatible = "zte,sysctrl"
10
11Low power management required properties:
12 - compatible = "zte,zx296702-pcu"
13
14Bus matrix required properties:
15 - compatible = "zte,zx-bus-matrix"
16
17
18--------------------------------------- 8---------------------------------------
19- ZX296718 SoC: 9- ZX296718 SoC:
20 Required root node properties: 10 Required root node properties:
@@ -22,18 +12,3 @@ Bus matrix required properties:
22 12
23ZX296718 EVB board: 13ZX296718 EVB board:
24 - "zte,zx296718-evb" 14 - "zte,zx296718-evb"
25
26System management required properties:
27 - compatible = "zte,zx296718-aon-sysctrl"
28 - compatible = "zte,zx296718-sysctrl"
29
30Example:
31aon_sysctrl: aon-sysctrl@116000 {
32 compatible = "zte,zx296718-aon-sysctrl", "syscon";
33 reg = <0x116000 0x1000>;
34};
35
36sysctrl: sysctrl@1463000 {
37 compatible = "zte,zx296718-sysctrl", "syscon";
38 reg = <0x1463000 0x1000>;
39};