diff options
author | 2022-08-18 09:53:53 +0800 | |
---|---|---|
committer | 2022-08-19 13:19:54 +0100 | |
commit | ee6c42ba5c7670c6f8c17c7bcedbcdaf7b8eb72e (patch) | |
tree | 6d32b93a7ea47a1b17ccab6ba9e1b172b0d2e4eb | |
parent | ASoC: fsl_sai: Remove unnecessary FIFO reset in ISR (diff) | |
download | wireguard-linux-ee6c42ba5c7670c6f8c17c7bcedbcdaf7b8eb72e.tar.xz wireguard-linux-ee6c42ba5c7670c6f8c17c7bcedbcdaf7b8eb72e.zip |
dt-bindings: dsp: fsl: Add SOF compatile string for i.MX8ULP
Add SOF compatile string "fsl,imx8ulp-dsp" for supporting DSP
device on i.MX8ULP platform.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/1660787634-28550-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/dsp/fsl,dsp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml index e66ef2da7879..9af40da5688e 100644 --- a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml +++ b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml @@ -20,6 +20,7 @@ properties: - fsl,imx8qxp-dsp - fsl,imx8qm-dsp - fsl,imx8mp-dsp + - fsl,imx8ulp-dsp - fsl,imx8qxp-hifi4 - fsl,imx8qm-hifi4 - fsl,imx8mp-hifi4 |