Commit fcb20f15 authored by Punit Agrawal's avatar Punit Agrawal Committed by Will Deacon

ARM: dts: Improve CCI bindings documentation

Improve the description of the value types used in the CCI binding.

Cc: devicetree@vger.kernel.org
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarPunit Agrawal <punit.agrawal@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 272b98c6
...@@ -36,14 +36,18 @@ specific to ARM. ...@@ -36,14 +36,18 @@ specific to ARM.
- reg - reg
Usage: required Usage: required
Value type: <prop-encoded-array> Value type: Integer cells. A register entry, expressed as a pair
of cells, containing base and size.
Definition: A standard property. Specifies base physical Definition: A standard property. Specifies base physical
address of CCI control registers common to all address of CCI control registers common to all
interfaces. interfaces.
- ranges: - ranges:
Usage: required Usage: required
Value type: <prop-encoded-array> Value type: Integer cells. An array of range entries, expressed
as a tuple of cells, containing child address,
parent address and the size of the region in the
child address space.
Definition: A standard property. Follow rules in the ePAPR for Definition: A standard property. Follow rules in the ePAPR for
hierarchical bus addressing. CCI interfaces hierarchical bus addressing. CCI interfaces
addresses refer to the parent node addressing addresses refer to the parent node addressing
...@@ -74,7 +78,9 @@ specific to ARM. ...@@ -74,7 +78,9 @@ specific to ARM.
- reg: - reg:
Usage: required Usage: required
Value type: <prop-encoded-array> Value type: Integer cells. A register entry, expressed
as a pair of cells, containing base and
size.
Definition: the base address and size of the Definition: the base address and size of the
corresponding interface programming corresponding interface programming
registers. registers.
......
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