diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2020-04-09 10:18:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-15 23:28:08 +0100 |
commit | 35a0f242520520dfa1e8eaf66f20d297b12e413e (patch) | |
tree | 43925f69f332561f7ccfc807744e77b6db81a08a /Documentation/devicetree/bindings/dsp | |
parent | 58825cc2253986ec3a4d0d67b8b4dc30945afb52 (diff) | |
download | linux-35a0f242520520dfa1e8eaf66f20d297b12e413e.tar.gz linux-35a0f242520520dfa1e8eaf66f20d297b12e413e.tar.bz2 linux-35a0f242520520dfa1e8eaf66f20d297b12e413e.zip |
dt-bindings: dsp: fsl: Add fsl,imx8mp-dsp entry
Minimal implementation needs the same DT properties as
existing compatible strings. So, we just add the new
compatible string in the list.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200409071832.2039-6-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dsp')
-rw-r--r-- | Documentation/devicetree/bindings/dsp/fsl,dsp.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml index f04870d84542..65d4d07e1952 100644 --- a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml +++ b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml @@ -17,6 +17,8 @@ properties: compatible: enum: - fsl,imx8qxp-dsp + - fsl,imx8qm-dsp + - fsl,imx8mp-dsp reg: description: Should contain register location and length |