diff mbox

clk: samsung: exynos3250: fix mout_cam_blk parent list

Message ID 1410008613-20861-1-git-send-email-pankaj.dubey@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Pankaj Dubey Sept. 6, 2014, 1:03 p.m. UTC
As per user manual of Exynos3250 SRC_CAM can select
div_cam_blk_320 if it's value is 0xC, so placing
div_cam_blk_320 at proper index in parent list of mout_cam_blk.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
 drivers/clk/samsung/clk-exynos3250.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Sept. 9, 2014, 12:24 p.m. UTC | #1
On 06.09.2014 15:03, Pankaj Dubey wrote:
> As per user manual of Exynos3250 SRC_CAM can select
> div_cam_blk_320 if it's value is 0xC, so placing
> div_cam_blk_320 at proper index in parent list of mout_cam_blk.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
>   drivers/clk/samsung/clk-exynos3250.c |    1 +
>   1 file changed, 1 insertion(+)

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

Best regards,
Krzysztof

>
> diff --git a/drivers/clk/samsung/clk-exynos3250.c b/drivers/clk/samsung/clk-exynos3250.c
> index e1cb464..ba8f073f 100644
> --- a/drivers/clk/samsung/clk-exynos3250.c
> +++ b/drivers/clk/samsung/clk-exynos3250.c
> @@ -248,6 +248,7 @@ PNAME(group_sclk_cam_blk_p)	= { "xxti", "xusbxti",
>   				    "none", "none", "none",
>   				    "none", "div_mpll_pre",
>   				    "mout_epll_user", "mout_vpll",
> +				    "none", "none", "none",
>   				    "div_cam_blk_320", };
>   PNAME(group_sclk_fimd0_p)	= { "xxti", "xusbxti",
>   				    "m_bitclkhsdiv4_2l", "none",
>
Tomasz Figa Sept. 22, 2014, 8:35 a.m. UTC | #2
On 09.09.2014 14:24, Krzysztof Koz?owski wrote:
> On 06.09.2014 15:03, Pankaj Dubey wrote:
>> As per user manual of Exynos3250 SRC_CAM can select
>> div_cam_blk_320 if it's value is 0xC, so placing
>> div_cam_blk_320 at proper index in parent list of mout_cam_blk.
>>
>> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
>> ---
>>   drivers/clk/samsung/clk-exynos3250.c |    1 +
>>   1 file changed, 1 insertion(+)
> 
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Applied for next.

Best regards,
Tomasz
diff mbox

Patch

diff --git a/drivers/clk/samsung/clk-exynos3250.c b/drivers/clk/samsung/clk-exynos3250.c
index e1cb464..ba8f073f 100644
--- a/drivers/clk/samsung/clk-exynos3250.c
+++ b/drivers/clk/samsung/clk-exynos3250.c
@@ -248,6 +248,7 @@  PNAME(group_sclk_cam_blk_p)	= { "xxti", "xusbxti",
 				    "none", "none", "none",
 				    "none", "div_mpll_pre",
 				    "mout_epll_user", "mout_vpll",
+				    "none", "none", "none",
 				    "div_cam_blk_320", };
 PNAME(group_sclk_fimd0_p)	= { "xxti", "xusbxti",
 				    "m_bitclkhsdiv4_2l", "none",