From: Olivier Dautricourt <olivier.dautricourt@orolia.com> To: Rob Herring <robh+dt@kernel.org>, Vinod Koul <vkoul@kernel.org>, Stefan Roese <sr@denx.de> Cc: Olivier Dautricourt <olivier.dautricourt@orolia.com>, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: dma: altera-msgdma: make response port optional Date: Thu, 17 Jun 2021 21:52:32 +0200 [thread overview] Message-ID: <fb28146a23a182be9e5435c1d3e5cac36b372294.1623898678.git.olivier.dautricourt@orolia.com> (raw) In-Reply-To: <cover.1623898678.git.olivier.dautricourt@orolia.com> Response port is not required in some configuration of the IP core. Signed-off-by: Olivier Dautricourt <olivier.dautricourt@orolia.com> --- Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/dma/altr,msgdma.yaml b/Documentation/devicetree/bindings/dma/altr,msgdma.yaml index a4f9fe23dcd9..b193ee2db4a7 100644 --- a/Documentation/devicetree/bindings/dma/altr,msgdma.yaml +++ b/Documentation/devicetree/bindings/dma/altr,msgdma.yaml @@ -24,13 +24,15 @@ properties: items: - description: Control and Status Register Slave Port - description: Descriptor Slave Port - - description: Response Slave Port + - description: Response Slave Port (Optional) + minItems: 2 reg-names: items: - const: csr - const: desc - const: resp + minItems: 2 interrupts: maxItems: 1 -- 2.31.0.rc2
next prev parent reply other threads:[~2021-06-17 19:52 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-17 19:51 [PATCH 0/2] *** altera-msgdma: make response port optional *** Olivier Dautricourt 2021-06-17 19:52 ` Olivier Dautricourt [this message] 2021-06-18 5:54 ` [PATCH 1/2] dt-bindings: dma: altera-msgdma: make response port optional Stefan Roese 2021-06-24 21:34 ` Rob Herring 2021-06-17 19:53 ` [PATCH 2/2] dmaengine: " Olivier Dautricourt 2021-06-18 5:54 ` Stefan Roese 2021-07-28 6:54 ` Vinod Koul
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=fb28146a23a182be9e5435c1d3e5cac36b372294.1623898678.git.olivier.dautricourt@orolia.com \ --to=olivier.dautricourt@orolia.com \ --cc=devicetree@vger.kernel.org \ --cc=dmaengine@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=robh+dt@kernel.org \ --cc=sr@denx.de \ --cc=vkoul@kernel.org \ --subject='Re: [PATCH 1/2] dt-bindings: dma: altera-msgdma: make response port optional' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).