diff mbox

[4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1

Message ID 1440414356-1805-5-git-send-email-alim.akhtar@samsung.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Alim Akhtar Aug. 24, 2015, 11:05 a.m. UTC
nr_clk_ids for FSYS1 block is wrongly set as TOP1 block,
this patch correct the same.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 drivers/clk/samsung/clk-exynos7.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Aug. 25, 2015, 7:18 a.m. UTC | #1
On 24.08.2015 20:05, Alim Akhtar wrote:
> nr_clk_ids for FSYS1 block is wrongly set as TOP1 block,
> this patch correct the same.
s/correct the same/corrects it/

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof


> 
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
>  drivers/clk/samsung/clk-exynos7.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung/clk-exynos7.c
> index 2799568..0d7bb7c 100644
> --- a/drivers/clk/samsung/clk-exynos7.c
> +++ b/drivers/clk/samsung/clk-exynos7.c
> @@ -938,7 +938,7 @@ static struct samsung_cmu_info fsys1_cmu_info __initdata = {
>  	.nr_mux_clks		= ARRAY_SIZE(fsys1_mux_clks),
>  	.gate_clks		= fsys1_gate_clks,
>  	.nr_gate_clks		= ARRAY_SIZE(fsys1_gate_clks),
> -	.nr_clk_ids		= TOP1_NR_CLK,
> +	.nr_clk_ids		= FSYS1_NR_CLK,
>  	.clk_regs		= fsys1_clk_regs,
>  	.nr_clk_regs		= ARRAY_SIZE(fsys1_clk_regs),
>  };
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Alim Akhtar Aug. 25, 2015, 4:02 p.m. UTC | #2
Hello Krzysztof,

On Tue, Aug 25, 2015 at 12:48 PM, Krzysztof Kozlowski
<k.kozlowski@samsung.com> wrote:
> On 24.08.2015 20:05, Alim Akhtar wrote:
>> nr_clk_ids for FSYS1 block is wrongly set as TOP1 block,
>> this patch correct the same.
> s/correct the same/corrects it/
>
will update
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
Thanks!
> Best regards,
> Krzysztof
>
>
>>
>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>> ---
>>  drivers/clk/samsung/clk-exynos7.c |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung/clk-exynos7.c
>> index 2799568..0d7bb7c 100644
>> --- a/drivers/clk/samsung/clk-exynos7.c
>> +++ b/drivers/clk/samsung/clk-exynos7.c
>> @@ -938,7 +938,7 @@ static struct samsung_cmu_info fsys1_cmu_info __initdata = {
>>       .nr_mux_clks            = ARRAY_SIZE(fsys1_mux_clks),
>>       .gate_clks              = fsys1_gate_clks,
>>       .nr_gate_clks           = ARRAY_SIZE(fsys1_gate_clks),
>> -     .nr_clk_ids             = TOP1_NR_CLK,
>> +     .nr_clk_ids             = FSYS1_NR_CLK,
>>       .clk_regs               = fsys1_clk_regs,
>>       .nr_clk_regs            = ARRAY_SIZE(fsys1_clk_regs),
>>  };
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung/clk-exynos7.c
index 2799568..0d7bb7c 100644
--- a/drivers/clk/samsung/clk-exynos7.c
+++ b/drivers/clk/samsung/clk-exynos7.c
@@ -938,7 +938,7 @@  static struct samsung_cmu_info fsys1_cmu_info __initdata = {
 	.nr_mux_clks		= ARRAY_SIZE(fsys1_mux_clks),
 	.gate_clks		= fsys1_gate_clks,
 	.nr_gate_clks		= ARRAY_SIZE(fsys1_gate_clks),
-	.nr_clk_ids		= TOP1_NR_CLK,
+	.nr_clk_ids		= FSYS1_NR_CLK,
 	.clk_regs		= fsys1_clk_regs,
 	.nr_clk_regs		= ARRAY_SIZE(fsys1_clk_regs),
 };