Hi Mateusz,

On Wednesday 28 of August 2013 18:29:15 Mateusz Krawczuk wrote:
> Signed-off-by: Mateusz Krawczuk <m.krawc...@partner.samsung.com>
> ---
>  drivers/clk/samsung/clk-pll.c | 2 ++
>  drivers/clk/samsung/clk-pll.h | 2 ++
>  2 files changed, 4 insertions(+)
> 
> diff --git a/drivers/clk/samsung/clk-pll.c
> b/drivers/clk/samsung/clk-pll.c index 7572d1d..c62ddfc 100644
> --- a/drivers/clk/samsung/clk-pll.c
> +++ b/drivers/clk/samsung/clk-pll.c
> @@ -644,6 +644,8 @@ static void __init _samsung_clk_register_pll(struct
> samsung_pll_clock *pll_clk, init.ops = &samsung_pll36xx_clk_ops;
>               break;
>       case pll_6552:
> +     case pll_6545a:
> +     case pll_6522x:
>               init.ops = &samsung_pll6552_clk_ops;
>               break;
>       case pll_6553:
> diff --git a/drivers/clk/samsung/clk-pll.h
> b/drivers/clk/samsung/clk-pll.h index cd11037..7679c4c 100644
> --- a/drivers/clk/samsung/clk-pll.h
> +++ b/drivers/clk/samsung/clk-pll.h
> @@ -19,6 +19,8 @@ enum samsung_pll_type {
>       pll_2650,
>       pll_6552,
>       pll_6553,
> +     pll_6545a,
> +     pll_6522x,
>  };
> 
>  #define PLL_35XX_RATE(_rate, _m, _p, _s)                     \

Acked-by: Tomasz Figa <t.f...@samsung.com>

Best regards,
Tomasz

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to