From: Kelvin Cheung Date: Fri, 12 Aug 2016 10:56:03 +0000 (+0800) Subject: MIPS: Loongson1B: Change the OSC clock name X-Git-Tag: v4.11-rc1~135^2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d0a99d6afd80d375fcfea26467eb5b219b9f9d4;p=thirdparty%2Fkernel%2Flinux.git MIPS: Loongson1B: Change the OSC clock name This patch changes the OSC clock name to "osc_clk" as expected by all clock users. Signed-off-by: Kelvin Cheung Cc: linux-mips@linux-mips.org Cc: linux-clk@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13903/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/loongson32/common/platform.c b/arch/mips/loongson32/common/platform.c index a3dabe940b03a..100f23dfa4384 100644 --- a/arch/mips/loongson32/common/platform.c +++ b/arch/mips/loongson32/common/platform.c @@ -69,7 +69,7 @@ void __init ls1x_serial_set_uartclk(struct platform_device *pdev) /* CPUFreq */ static struct plat_ls1x_cpufreq ls1x_cpufreq_pdata = { .clk_name = "cpu_clk", - .osc_clk_name = "osc_33m_clk", + .osc_clk_name = "osc_clk", .max_freq = 266 * 1000, .min_freq = 33 * 1000, };