Commit 2cefabe0 authored by Miquel Raynal's avatar Miquel Raynal Committed by Eduardo Valentin

dt-bindings: ap806: prepare the syscon file to list other syscons nodes

There are multiple system controllers in AP806. Because all syscon nodes
use the same compatible, it is pertinent to use this same file to list
IPs inside it. Thus, change the header to be more generic.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 4aa54969
...@@ -2,14 +2,14 @@ Marvell Armada AP806 System Controller ...@@ -2,14 +2,14 @@ Marvell Armada AP806 System Controller
====================================== ======================================
The AP806 is one of the two core HW blocks of the Marvell Armada 7K/8K The AP806 is one of the two core HW blocks of the Marvell Armada 7K/8K
SoCs. It contains a system controller, which provides a number SoCs. It contains system controllers, which provide several registers
registers giving access to numerous features: clocks, pin-muxing and giving access to numerous features: clocks, pin-muxing and many other
many other SoC configuration items. This DT binding allows to describe SoC configuration items. This DT binding allows to describe these
this system controller. system controllers.
For the top level node: For the top level node:
- compatible: must be: "syscon", "simple-mfd"; - compatible: must be: "syscon", "simple-mfd";
- reg: register area of the AP806 system controller - reg: register area of the AP806 system controller
Clocks: Clocks:
------- -------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment