Skip to content

Commit e297335

Browse files
mripardrobherring
authored andcommitted
dt-bindings: dsp: Fix fsl,dsp example
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: 7db2f2d ("dt-bindings: dsp: fsl: Add DSP core binding support") Signed-off-by: Maxime Ripard <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 54ecb8f commit e297335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/dsp/fsl,dsp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ examples:
8585
<&pd IMX_SC_R_DSP_RAM>;
8686
mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
8787
mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>;
88+
memory-region = <&dsp_reserved>;
8889
};

0 commit comments

Comments
 (0)