2019-03-13 13:55:47

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] clk: meson-g12a: fix VPU clock parents

First two VPU clock parents are wrong, fix it here.

Fixes: 085a4ea93d54 ("clk: meson: g12a: add peripheral clock controller")
Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/clk/meson/g12a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/meson/g12a.c b/drivers/clk/meson/g12a.c
index 0e1ce8c03259..9b0151993bcc 100644
--- a/drivers/clk/meson/g12a.c
+++ b/drivers/clk/meson/g12a.c
@@ -960,7 +960,7 @@ static struct clk_regmap g12a_sd_emmc_c_clk0 = {
/* VPU Clock */

static const char * const g12a_vpu_parent_names[] = {
- "fclk_div4", "fclk_div3", "fclk_div5", "fclk_div7",
+ "fclk_div3", "fclk_div4", "fclk_div5", "fclk_div7",
"mpll1", "vid_pll", "hifi_pll", "gp0_pll",
};

--
2.20.1



2019-03-18 20:24:37

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] clk: meson-g12a: fix VPU clock parents

Quoting Neil Armstrong (2019-03-13 06:55:03)
> First two VPU clock parents are wrong, fix it here.
>
> Fixes: 085a4ea93d54 ("clk: meson: g12a: add peripheral clock controller")
> Signed-off-by: Neil Armstrong <[email protected]>

Are you going to send this as a PR later? Or I can pick this directly to
clk-fixes now?


2019-03-18 21:50:47

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] clk: meson-g12a: fix VPU clock parents

On 18/03/2019 21:22, Stephen Boyd wrote:
> Quoting Neil Armstrong (2019-03-13 06:55:03)
>> First two VPU clock parents are wrong, fix it here.
>>
>> Fixes: 085a4ea93d54 ("clk: meson: g12a: add peripheral clock controller")
>> Signed-off-by: Neil Armstrong <[email protected]>
>
> Are you going to send this as a PR later? Or I can pick this directly to
> clk-fixes now?
>

Two other fixes are coming in the next days,
I will send them in a PR later.

Neil

2019-03-19 09:13:45

by Jerome Brunet

[permalink] [raw]
Subject: Re: [PATCH] clk: meson-g12a: fix VPU clock parents

On Wed, 2019-03-13 at 14:55 +0100, Neil Armstrong wrote:
> First two VPU clock parents are wrong, fix it here.
>
> Fixes: 085a4ea93d54 ("clk: meson: g12a: add peripheral clock controller")
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> drivers/clk/meson/g12a.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Jerome Brunet <[email protected]>


2019-03-19 16:34:58

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] clk: meson-g12a: fix VPU clock parents

On 19/03/2019 10:11, Jerome Brunet wrote:
> On Wed, 2019-03-13 at 14:55 +0100, Neil Armstrong wrote:
>> First two VPU clock parents are wrong, fix it here.
>>
>> Fixes: 085a4ea93d54 ("clk: meson: g12a: add peripheral clock controller")
>> Signed-off-by: Neil Armstrong <[email protected]>
>> ---
>> drivers/clk/meson/g12a.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Jerome Brunet <[email protected]>
>

Will apply to fixes/drivers for 5.1