diff mbox series

dt-bindings: dsp: Fix fsl,dsp example

Message ID 20191002144204.114346-1-mripard@kernel.org
State Accepted, archived
Headers show
Series dt-bindings: dsp: Fix fsl,dsp example | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Maxime Ripard Oct. 2, 2019, 2:42 p.m. UTC
The fsl,dsp binding requires a memory-region, yet its example doesn't have
one which results in a warning. Let's add a memory-region phandle to the
example.

Fixes: 7db2f2dfc701 ("dt-bindings: dsp: fsl: Add DSP core binding support")
Signed-off-by: Maxime Ripard <mripard@kernel.org>
---
 Documentation/devicetree/bindings/dsp/fsl,dsp.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel Baluta Oct. 2, 2019, 2:50 p.m. UTC | #1
On Wed, 2019-10-02 at 16:42 +0200, Maxime Ripard wrote:
> The fsl,dsp binding requires a memory-region, yet its example doesn't
> have
> one which results in a warning. Let's add a memory-region phandle to
> the
> example.
> 
> Fixes: 7db2f2dfc701 ("dt-bindings: dsp: fsl: Add DSP core binding
> support")
> Signed-off-by: Maxime Ripard <mripard@kernel.org>

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>

Thanks Maxime!

> ---
>  Documentation/devicetree/bindings/dsp/fsl,dsp.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
> b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
> index 3248595dc93c..f04870d84542 100644
> --- a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
> +++ b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
> @@ -85,4 +85,5 @@ examples:
>                          <&pd IMX_SC_R_DSP_RAM>;
>          mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
>          mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3
> 0>, <&lsio_mu13 3 1>;
> +        memory-region = <&dsp_reserved>;
>      };
Rob Herring Oct. 2, 2019, 7:13 p.m. UTC | #2
On Wed,  2 Oct 2019 16:42:04 +0200, Maxime Ripard wrote:
> The fsl,dsp binding requires a memory-region, yet its example doesn't have
> one which results in a warning. Let's add a memory-region phandle to the
> example.
> 
> Fixes: 7db2f2dfc701 ("dt-bindings: dsp: fsl: Add DSP core binding support")
> Signed-off-by: Maxime Ripard <mripard@kernel.org>
> ---
>  Documentation/devicetree/bindings/dsp/fsl,dsp.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks.

Rob
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
index 3248595dc93c..f04870d84542 100644
--- a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
+++ b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
@@ -85,4 +85,5 @@  examples:
                         <&pd IMX_SC_R_DSP_RAM>;
         mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
         mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>;
+        memory-region = <&dsp_reserved>;
     };