summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorWeiguang Kong <weiguang.kong@nxp.com>2018-04-18 23:36:37 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:29 +0800
commit70fe065d35addd48cdd11e692d1b3a62a7a5fcfe (patch)
treef4cfdd34ce6b6b70149c757530849ed2b4b737e8 /Documentation
parentd719d9d134579e038f36df7aa57c802e6248a6d1 (diff)
MLK-17747: dsp: use the name of dsp instead of hifi
In order to avoid the name problem going forward with integration with Qcom, Qcom has their own dsp and hifi is competitor, so the hifi name should not be used in our code. So use the name of dsp instead of hifi to fix this problem. Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/fsl,dsp.txt (renamed from Documentation/devicetree/bindings/sound/fsl,hifi4.txt)8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,hifi4.txt b/Documentation/devicetree/bindings/sound/fsl,dsp.txt
index a82b25a6de43..84bc228b4e32 100644
--- a/Documentation/devicetree/bindings/sound/fsl,hifi4.txt
+++ b/Documentation/devicetree/bindings/sound/fsl,dsp.txt
@@ -1,16 +1,16 @@
-NXP HIFI4 DSP (HIFI4)
+NXP DSP
The IP is from Cadence.
Required properties:
- - compatible : Contains "fsl,imx8qxp-hifi4".
+ - compatible : Contains "fsl,imx8qxp-dsp".
- reg : Offset and length of the register set for the device.
Example:
-hifi4: hifi4@596e8000 {
- compatible = "fsl,imx8qxp-hifi4";
+dsp: dsp@596e8000 {
+ compatible = "fsl,imx8qxp-dsp";
reg = <0x0 0x596e8000 0x0 0x88000>;
status = "okay";
};