Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5cd3255 authored by Vipin Deep Kaur's avatar Vipin Deep Kaur
Browse files

platform: msm: qcom-geni-se: Initialize driver at arch stage



Perform the driver initialization at arch stage in order to satisfy
the dependency on IOMMU.

Change-Id: Ic8d71e48d2fc42d221699f43c3c24bc5d663e1f2
Signed-off-by: default avatarVipin Deep Kaur <vkaur@codeaurora.org>
parent 5365c43f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 */

#include <asm/dma-iommu.h>
@@ -1533,7 +1533,7 @@ static int __init geni_se_driver_init(void)
{
	return platform_driver_register(&geni_se_driver);
}
subsys_initcall(geni_se_driver_init);
arch_initcall(geni_se_driver_init);

static void __exit geni_se_driver_exit(void)
{