summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/marvell/cp110-system-controller.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: cp110: document the new CP115 pinctrl compatibleGrzegorz Jaszczyk2019-08-271-2/+2
| | | | | | | | | | | | | A new compatible is going to be used for Armada CP115 pinctrl block, document it. Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> [<miquel.raynal@bootlin.com>: split the documentation out of the driver commit] Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/r/20190805101607.29811-3-miquel.raynal@bootlin.com Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* dt-bindings: cp110: document the thermal interrupt capabilitiesMiquel Raynal2019-01-021-0/+9
| | | | | | | | | The thermal IP can produce interrupts on overheat situation. Describe them. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
* dt-bindings: cp110: add the thermal node in the syscon fileMiquel Raynal2018-07-271-0/+37
| | | | | | | | | Explain the thermal bindings now that the thermal IP is described being inside of a system controller. Add a reference to the thermal-zone node. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
* dt-bindings: cp110: update documentation since DT de-duplicationMiquel Raynal2018-07-271-5/+5
| | | | | | | | | | CP110 master/slave DT files have been merged in a DT de-duplication work merged in v4.16. Update the syscon documentation accordingly to match the current state of the DT nodes. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
* dt-bindings: cp110: prepare the syscon file to list other syscons nodesMiquel Raynal2018-07-271-7/+7
| | | | | | | | | | | There are multiple system controllers in CP110. 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, and align with AP806 file. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
* dt-bindings: cp110: rename cp110 syscon fileMiquel Raynal2018-07-271-0/+188
There is no need to give numbers to system controllers inside the documentation as the syscons use the same compatibles. Furthermore, this approach does not scale very well and would force the creation of a new file each time a new syscon is added in the device tree. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>