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

Commit 84c7c20f authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

mfd: db8500: Update cpufreq device name



Since the cpufreq driver for ux500 has been renamed from
cpufreq-db8500 to cpufreq-dbx500, we need to change the
device name here as well.

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Acked-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
Acked-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent edb10c11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3072,8 +3072,8 @@ static struct mfd_cell db8500_prcmu_devs[] = {
		.pdata_size = sizeof(db8500_regulators),
	},
	{
		.name = "cpufreq-u8500",
		.of_compatible = "stericsson,cpufreq-u8500",
		.name = "cpufreq-ux500",
		.of_compatible = "stericsson,cpufreq-ux500",
		.platform_data = &db8500_cpufreq_table,
		.pdata_size = sizeof(db8500_cpufreq_table),
	},