summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-02-25 14:57:11 +0800
committerPeng Fan <peng.fan@nxp.com>2019-02-26 14:59:40 +0800
commit25c3a75e1566fe3c53002ed3fee698840e207245 (patch)
tree1a7948bd0ab38ed1e95fb40219bdd9b4d44bb893 /arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
parent9fce705f65e15058498e7ec4186b5d8c4754d426 (diff)
MLK-20977-1 ARM64: dts: remove cm41 from smmu
CM41 runs before CortexA, we should not use smmu to restrict it, because smmu is owned by xen. Also remove MU_13/12 which is wrongly added before. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Flynn xu <flynn.xu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts17
1 files changed, 1 insertions, 16 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
index 5fc90cbef0a6..1008702be8c6 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
@@ -174,8 +174,6 @@
/* HIFI DSP */
SC_R_DSP
SC_R_DSP_RAM
- SC_R_MU_13B
- SC_R_MU_13A
>;
pads = <
/* i2c1_lvds1 */
@@ -277,19 +275,6 @@
status = "disabled";
};
- cm41: cm41@1 {
- fsl,sc_rsrc_id = <SC_R_M4_1_PID0>,
- <SC_R_M4_1_PID1>,
- <SC_R_M4_1_PID2>,
- <SC_R_M4_1_PID3>,
- <SC_R_M4_1_PID4>;
- #stream-id-cells = <1>;
- iommus = <&smmu>;
- xen,passthrough;
- /* This will be parased by xen smmu driver */
- init-smmu-bypass;
- };
-
irqsteer_cm41: irqsteer_cm41@0x51080000 {
reg = <0x0 0x51080000 0x0 0x10000>;
xen,passthrough;
@@ -464,7 +449,7 @@
&smmu {
mmu-masters = <&dpu2 0x13>, <&gpu_3d1 0x15>, <&edma20 0x14>,
<&usdhc1 0x12>, <&usbotg1 0x11>,
- <&edma01 0x10>, <&cm41 0x09>, <&pciea 0x08>,
+ <&edma01 0x10>, <&pciea 0x08>,
<&vpu_decoder 0x7>, <&crypto 0x6>, <&isi_0 0x5>,
<&usbotg3 0x4>, <&dsp 0x3>;
};