summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-11-16 16:10:06 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:35:19 +0800
commita9b2584332b006fea925e0c7cb140a2ced3a1be5 (patch)
treec1195f9e733d87c44f84a1bb6b17c7b234302f57 /drivers/soc
parent79a9c228f9f720573528dd9222e442d28d33bb72 (diff)
MLK-20384 soc: imx: drop xenvm soc data
Drop xenvm soc data, we have userspace tool stack generate correct model compatile and this soc data will also trigger issue on i.MX8QXP. So drop it. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Flynn xu <flynn.xu@nxp.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/imx/soc-imx8.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/imx/soc-imx8.c b/drivers/soc/imx/soc-imx8.c
index 5a5215dfb746..000fa312fa97 100644
--- a/drivers/soc/imx/soc-imx8.c
+++ b/drivers/soc/imx/soc-imx8.c
@@ -230,8 +230,6 @@ static const struct of_device_id imx8_soc_match[] = {
{ .compatible = "fsl,imx8qxp", .data = &imx8qxp_soc_data, },
{ .compatible = "fsl,imx8mq", .data = &imx8mq_soc_data, },
{ .compatible = "fsl,imx8mm", .data = &imx8mm_soc_data, },
- /* Fixme: this is a hack for big/little xen guest, b0 no need this */
- { .compatible = "xen,xenvm", .data = &imx8qm_soc_data, },
{ }
};