Skip to content

Commit

Permalink
MIPS: Loongson1B: Change the OSC clock name
Browse files Browse the repository at this point in the history
This patch changes the OSC clock name to "osc_clk" as expected by all
clock users.

Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
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 <ralf@linux-mips.org>
  • Loading branch information
Kelvin Cheung authored and Ralf Baechle committed Jan 3, 2017
1 parent a8b3b0c commit 5d0a99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/loongson32/common/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 5d0a99d

Please sign in to comment.