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

Commit 5acb6418 authored by Junjie Wu's avatar Junjie Wu
Browse files

msm: clock: Rename clock driver names for MSM8974/8916



Rename driver name for MSM8974/8916 to avoid driver name conflict.

Change-Id: Ibf2a67453048de724dd2cf1f78581bd8ec57f1ed
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 5830ea78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2687,7 +2687,7 @@ static int msm_gcc_8974_probe(struct platform_device *pdev)
static struct platform_driver msm_clock_gcc_driver = {
	.probe = msm_gcc_8974_probe,
	.driver = {
		.name = "gcc",
		.name = "qcom,gcc-8974",
		.of_match_table = msm_clock_gcc_match_table,
		.owner = THIS_MODULE,
	},
@@ -2749,7 +2749,7 @@ static int msm_clock_debug_8974_probe(struct platform_device *pdev)
static struct platform_driver msm_clock_debug_driver = {
	.probe = msm_clock_debug_8974_probe,
	.driver = {
		.name = "cc-debug",
		.name = "qcom,cc-debug-8974",
		.of_match_table = msm_clock_debug_match_table,
		.owner = THIS_MODULE,
	},
+1 −1
Original line number Diff line number Diff line
@@ -2842,7 +2842,7 @@ static int msm_mmsscc_8974_probe(struct platform_device *pdev)
static struct platform_driver msm_clock_mmsscc_driver = {
	.probe = msm_mmsscc_8974_probe,
	.driver = {
		.name = "mmsscc",
		.name = "qcom,mmsscc-8974",
		.of_match_table = msm_clock_mmsscc_match_table,
		.owner = THIS_MODULE,
	},
+1 −1
Original line number Diff line number Diff line
@@ -349,7 +349,7 @@ static int msm_rpmcc_8974_probe(struct platform_device *pdev)
static struct platform_driver msm_clock_rpm_driver = {
	.probe = msm_rpmcc_8974_probe,
	.driver = {
		.name = "rpmcc",
		.name = "qcom,rpmcc-8974",
		.of_match_table = msm_clock_rpm_match_table,
		.owner = THIS_MODULE,
	},
+2 −2
Original line number Diff line number Diff line
@@ -2708,7 +2708,7 @@ static struct of_device_id msm_clock_gcc_match_table[] = {
static struct platform_driver msm_clock_gcc_driver = {
	.probe = msm_gcc_probe,
	.driver = {
		.name = "gcc",
		.name = "qcom,gcc-8916",
		.of_match_table = msm_clock_gcc_match_table,
		.owner = THIS_MODULE,
	},
@@ -2759,7 +2759,7 @@ static struct of_device_id msm_clock_debug_match_table[] = {
static struct platform_driver msm_clock_debug_driver = {
	.probe = msm_clock_debug_probe,
	.driver = {
		.name = "cc-debug",
		.name = "qcom,cc-debug-8916",
		.of_match_table = msm_clock_debug_match_table,
		.owner = THIS_MODULE,
	},
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ static struct of_device_id msm_clk_rpm_match_table[] = {
static struct platform_driver msm_clock_rpm_driver = {
	.probe = msm_rpmcc_8916_probe,
	.driver = {
		.name = "rpmcc",
		.name = "qcom,rpmcc-8916",
		.of_match_table = msm_clk_rpm_match_table,
		.owner = THIS_MODULE,
	},