summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
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 /arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
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 'arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi23
1 files changed, 12 insertions, 11 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
index ff349f7e49ed..21b90cc3313b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
@@ -69,7 +69,7 @@
#size-cells = <2>;
ranges;
- hifi4_reserved: hifi4@0x8e000000 {
+ dsp_reserved: dsp@0x8e000000 {
no-map;
reg = <0 0x8e000000 0 0x1ffffff>;
};
@@ -124,12 +124,13 @@
};
mu13: mu13@5d280000 {
- compatible = "fsl,imx8-mu-hifi";
+ compatible = "fsl,imx8-mu-dsp";
reg = <0x0 0x5d280000 0x0 0x10000>;
interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>;
- fsl,hifi_ap_mu_id = <13>;
+ fsl,dsp_ap_mu_id = <13>;
status = "okay";
};
+
mu_m4: mu_m4@37440000 {
compatible = "fsl,imx8-mu0-vpu-m4";
reg = <0x0 0x37440000 0x0 0x10000>;
@@ -547,12 +548,12 @@
};
};
- pd_hifi: PD_AUD_HIFI {
+ pd_dsp: PD_AUD_DSP {
reg = <SC_R_DSP>;
#power-domain-cells = <0>;
power-domains =<&pd_audio>;
};
- pd_hifi_ram: PD_AUD_OCRAM {
+ pd_dsp_ram: PD_AUD_OCRAM {
reg = <SC_R_DSP_RAM>;
#power-domain-cells = <0>;
power-domains =<&pd_audio>;
@@ -2552,15 +2553,15 @@
status = "disabled";
};
- hifi4: hifi4@586e8000 {
- compatible = "fsl,imx8qxp-hifi4";
+ dsp: dsp@586e8000 {
+ compatible = "fsl,imx8qxp-dsp";
reg = <0x0 0x596e8000 0x0 0x88000>;
- clocks = <&clk IMX8QXP_AUD_HIFI_IPG>,
+ clocks = <&clk IMX8QXP_AUD_DSP_IPG>,
<&clk IMX8QXP_AUD_OCRAM_IPG>,
- <&clk IMX8QXP_AUD_HIFI_CORE_CLK>;
+ <&clk IMX8QXP_AUD_DSP_CORE_CLK>;
clock-names = "ipg", "ocram", "core";
- fsl,hifi4-firmware = "imx/hifi/hifi4.bin";
- power-domains = <&pd_hifi>;
+ fsl,dsp-firmware = "imx/dsp/hifi4.bin";
+ power-domains = <&pd_dsp>;
};
esai0: esai@59010000 {