summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2017-10-04 16:15:04 +0300
committerLeonard Crestez <leonard.crestez@nxp.com>2017-10-09 13:12:03 +0300
commit32bb4c706c09bc2253e0a816edcb8a0fb43685e3 (patch)
tree985578610ac3be91d9b881b3f3f17140becce5c5
parent38d2113328872f9b61195866b11c1573e8889146 (diff)
MLK-16560-4: imx8: Remove hardcoded sids for sdhc/fec
This is better done through dts. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--arch/arm/cpu/armv8/imx8/cpu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/cpu/armv8/imx8/cpu.c b/arch/arm/cpu/armv8/imx8/cpu.c
index b5caaf562e..cafc70c79f 100644
--- a/arch/arm/cpu/armv8/imx8/cpu.c
+++ b/arch/arm/cpu/armv8/imx8/cpu.c
@@ -557,11 +557,6 @@ int arch_auxiliary_core_check_up(u32 core_id)
#ifdef CONFIG_IMX_SMMU
struct smmu_sid dev_sids[] = {
- { SC_R_SDHC_0, 0x11, "SDHC0" },
- { SC_R_SDHC_1, 0x11, "SDHC1" },
- { SC_R_SDHC_2, 0x11, "SDHC2" },
- { SC_R_ENET_0, 0x12, "FEC0" },
- { SC_R_ENET_1, 0x12, "FEC1" },
};
sc_err_t imx8_config_smmu_sid(struct smmu_sid *dev_sids, int size)