MALI: midgard: change kbase_platform_driver.driver.name to "midgard"

To make it possible that the both built-in midgard and bifrost device driver
could be both loaded.

Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: I8271a6d817dda3781d70fc69aaaccf3860354b48
This commit is contained in:
Zhen Chen
2021-02-01 16:46:48 +08:00
committed by Tao Huang
parent a9f72d8212
commit a519839892

View File

@@ -4868,7 +4868,7 @@ static struct platform_driver kbase_platform_driver = {
.remove = kbase_platform_device_remove,
.shutdown = kbase_platform_device_shutdown,
.driver = {
.name = kbase_drv_name,
.name = "midgard",
.owner = THIS_MODULE,
.pm = &kbase_pm_ops,
.of_match_table = of_match_ptr(kbase_dt_ids),