Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b330213d authored by Miquel Raynal's avatar Miquel Raynal Committed by Boris Brezillon
Browse files

Documentation: devicetree: add pxa3xx compatible and syscon property



Document the new pxa3xx_nand driver compatible string for A7k/A8k SoCs
that need to access system controller registers in order to enable the
NAND controller through the use of a phandle pointed to by the
'marvell,system-controller' property.

Signed-off-by: default avatarMiquel Raynal <miquel.raynal@free-electrons.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent b8640c5b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,9 +5,13 @@ Required properties:
 - compatible:		Should be set to one of the following:
			marvell,pxa3xx-nand
			marvell,armada370-nand
			marvell,armada-8k-nand
 - reg: 		The register base for the controller
 - interrupts:		The interrupt to map
 - #address-cells:	Set to <1> if the node includes partitions
 - marvell,system-controller: Set to retrieve the syscon node that handles
			NAND controller related registers (only required
			with marvell,armada-8k-nand compatible).

Optional properties: