MALI: bifrost: remove 'of_device_id' instances related to midgard

Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: I2afba12c2fff75017de22ffb11e4fdb36d9fea73
This commit is contained in:
Zhen Chen
2021-02-01 12:02:07 +08:00
committed by Tao Huang
parent 5a1b8a4b4b
commit a9f72d8212

View File

@@ -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 */ }
};