mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
iommu/rockchip: Call rk_iommu_init() early when CONFIG_ROCKCHIP_THUNDER_BOOT=y
Moving rk_iommu_init() to the subsys_initcall level. Before rga_init() etc. Change-Id: I050b96eb93f1fcb0fe12e12cbf95eb778678f44c Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -1827,7 +1827,7 @@ static struct platform_driver rk_iommu_driver = {
|
||||
},
|
||||
};
|
||||
|
||||
#ifdef CONFIG_VIDEO_REVERSE_IMAGE
|
||||
#if defined(CONFIG_VIDEO_REVERSE_IMAGE) || defined(CONFIG_ROCKCHIP_THUNDER_BOOT)
|
||||
static int __init rk_iommu_init(void)
|
||||
{
|
||||
return platform_driver_register(&rk_iommu_driver);
|
||||
|
||||
Reference in New Issue
Block a user