* [PATCH] MIPS: Loongson: Fix osc_clk_name
@ 2017-01-04 13:45 谢致邦 (XIE Zhibang)
[not found] ` <CAJhJPsUgRDGiZ9ZMLMeo_AN9ywruk_NoFxGuF2Wpp07XoY2Vrg@mail.gmail.com>
0 siblings, 1 reply; 2+ messages in thread
From: 谢致邦 (XIE Zhibang) @ 2017-01-04 13:45 UTC (permalink / raw)
To: linux-mips
"osc_33m_clk" is already renamed to "osc_clk".
https://patchwork.kernel.org/patch/9338505/
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
---
arch/mips/loongson32/common/platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/loongson32/common/platform.c b/arch/mips/loongson32/common/platform.c
index beff0852..f9d877d4 100644
--- a/arch/mips/loongson32/common/platform.c
+++ b/arch/mips/loongson32/common/platform.c
@@ -82,7 +82,7 @@ void __init ls1x_rtc_set_extclk(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,
};
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: Loongson: Fix osc_clk_name
[not found] ` <CAJhJPsUgRDGiZ9ZMLMeo_AN9ywruk_NoFxGuF2Wpp07XoY2Vrg@mail.gmail.com>
@ 2017-01-05 4:27 ` 谢致邦 (XIE Zhibang)
0 siblings, 0 replies; 2+ messages in thread
From: 谢致邦 (XIE Zhibang) @ 2017-01-05 4:27 UTC (permalink / raw)
To: Kelvin Cheung, linux-mips
Hi, Kelvin,
Thanks for your prompt,
and I have changed the state to 'Rejected' in Patchwork.
Thank you again!
On Thu, Jan 05, 2017 at 09:50:32AM +0800, Kelvin Cheung wrote:
> Hi Zhibang,
> This was been fixed by commit 3ad01364bb4378fda8acdb376b3352ce764e8927
> <https://git.linux-mips.org/cgit/ralf/upstream-sfr.git/commit/?id=3ad01364bb4378fda8acdb376b3352ce764e8927>
> (MIPS: Loongson1B: Change the OSC clock name).
> Please pull the latest mips-for-linux-next tree.
> Thanks!
>
> 2017-01-04 21:45 GMT+08:00 谢致邦 (XIE Zhibang) <Yeking@red54.com>:
>
> > "osc_33m_clk" is already renamed to "osc_clk".
> > https://patchwork.kernel.org/patch/9338505/
> >
> > Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
> > ---
> > arch/mips/loongson32/common/platform.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/mips/loongson32/common/platform.c
> > b/arch/mips/loongson32/common/platform.c
> > index beff0852..f9d877d4 100644
> > --- a/arch/mips/loongson32/common/platform.c
> > +++ b/arch/mips/loongson32/common/platform.c
> > @@ -82,7 +82,7 @@ void __init ls1x_rtc_set_extclk(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,
> > };
> > --
> > 2.11.0
> >
> >
> >
> >
> >
> >
>
>
> --
> Best regards,
>
> Kelvin Cheung
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-05 4:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 13:45 [PATCH] MIPS: Loongson: Fix osc_clk_name 谢致邦 (XIE Zhibang)
[not found] ` <CAJhJPsUgRDGiZ9ZMLMeo_AN9ywruk_NoFxGuF2Wpp07XoY2Vrg@mail.gmail.com>
2017-01-05 4:27 ` 谢致邦 (XIE Zhibang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox