From ced43e2542a62e7040fcc22761e8f37df2e81322 Mon Sep 17 00:00:00 2001 From: Weiguang Kong Date: Wed, 18 Apr 2018 23:36:37 +0800 Subject: 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 --- Documentation/devicetree/bindings/sound/fsl,dsp.txt | 16 ++++++++++++++++ Documentation/devicetree/bindings/sound/fsl,hifi4.txt | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/fsl,dsp.txt delete mode 100644 Documentation/devicetree/bindings/sound/fsl,hifi4.txt (limited to 'Documentation/devicetree/bindings') diff --git a/Documentation/devicetree/bindings/sound/fsl,dsp.txt b/Documentation/devicetree/bindings/sound/fsl,dsp.txt new file mode 100644 index 000000000000..84bc228b4e32 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/fsl,dsp.txt @@ -0,0 +1,16 @@ +NXP DSP + +The IP is from Cadence. + +Required properties: + + - compatible : Contains "fsl,imx8qxp-dsp". + - reg : Offset and length of the register set for the device. + +Example: + +dsp: dsp@596e8000 { + compatible = "fsl,imx8qxp-dsp"; + reg = <0x0 0x596e8000 0x0 0x88000>; + status = "okay"; +}; diff --git a/Documentation/devicetree/bindings/sound/fsl,hifi4.txt b/Documentation/devicetree/bindings/sound/fsl,hifi4.txt deleted file mode 100644 index a82b25a6de43..000000000000 --- a/Documentation/devicetree/bindings/sound/fsl,hifi4.txt +++ /dev/null @@ -1,16 +0,0 @@ -NXP HIFI4 DSP (HIFI4) - -The IP is from Cadence. - -Required properties: - - - compatible : Contains "fsl,imx8qxp-hifi4". - - reg : Offset and length of the register set for the device. - -Example: - -hifi4: hifi4@596e8000 { - compatible = "fsl,imx8qxp-hifi4"; - reg = <0x0 0x596e8000 0x0 0x88000>; - status = "okay"; -}; -- cgit v1.2.3