summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/dma/qcom,adm.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: dma: add additional pbus reset to qcom,admChristian Marangi2022-09-291-1/+4
| | | | | | | | | | qcom,adm require an additional reset for the pbus line. Add this missing reset to match the current implementation on ipq806x.dtsi. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220914140426.7609-2-ansuelsmth@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
* dt-bindings: dma: rework qcom,adm Documentation to yaml schemaChristian Marangi2022-09-291-0/+96
Rework the qcom,adm Documentation to yaml schema. This is not a pure conversion since originally the driver has changed implementation for the #dma-cells and was wrong from the start. Also the driver now handles the common DMA clients implementation with the first cell that denotes the channel number and nothing else since the client will have to provide the crci information via other means. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220914140426.7609-1-ansuelsmth@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>