summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/atmel-matrix.txt
AgeCommit message (Collapse)AuthorFilesLines
2023-08-18dt-bindings: mfd: atmel-matrix: Add microchip,sam9x7-matrixVarshini Rajendran1-0/+1
Add microchip,sam9x7-matrix to DT bindings documentation. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230728102539.266085-1-varshini.rajendran@microchip.com Signed-off-by: Lee Jones <lee@kernel.org>
2020-01-14dt-bindings: atmel-matrix: add microchip,sam9x60-matrixClaudiu Beznea1-0/+1
Add microchip,sam9x60-matrix to DT bindings documentation. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1578673089-3484-8-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2015-01-15mfd: syscon: Add Atmel Matrix bus DT binding documentationBoris Brezillon1-0/+24
The Matrix registers are provided to configure internal bus behavior on at91 SoCs. Some registers might be accessed by several drivers (e.g. to configure external memory bus timings), hence we declare this register set as a syscon device. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>