From a9f72d821275a177cca5306944eb773ace17440a Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Mon, 1 Feb 2021 12:02:07 +0800 Subject: [PATCH] MALI: bifrost: remove 'of_device_id' instances related to midgard Signed-off-by: Zhen Chen Change-Id: I2afba12c2fff75017de22ffb11e4fdb36d9fea73 --- drivers/gpu/arm/bifrost/mali_kbase_core_linux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/arm/bifrost/mali_kbase_core_linux.c b/drivers/gpu/arm/bifrost/mali_kbase_core_linux.c index 8d4aac98584f..071b9236dee0 100644 --- a/drivers/gpu/arm/bifrost/mali_kbase_core_linux.c +++ b/drivers/gpu/arm/bifrost/mali_kbase_core_linux.c @@ -4909,8 +4909,6 @@ static const struct dev_pm_ops kbase_pm_ops = { #ifdef CONFIG_OF static const struct of_device_id kbase_dt_ids[] = { - { .compatible = "arm,malit6xx" }, - { .compatible = "arm,mali-midgard" }, { .compatible = "arm,mali-bifrost" }, { /* sentinel */ } };