Re: [PATCH 3/4] ARM: S5PC110: add common FIMC setup code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Sep 6, 2010 at 12:50 PM, Marek Szyprowski
<m.szyprowski@xxxxxxxxxxx> wrote:
....
> +       parent = clk_get(NULL, "mout_epll");
> +       if (IS_ERR(parent))
> +               return PTR_ERR(parent);
> +
> +       for (i = 0; err == 0 && i < ARRAY_SIZE(fimc_devs); i++) {
> +               if (fimc_devs[i]) {
> +                       clk_fimc = clk_get(fimc_devs[i], "sclk_fimc");
> +                       if (IS_ERR(clk_fimc)) {
> +                               err = PTR_ERR(clk_fimc);
> +                               break;
> +                       }
> +                       clk_set_parent(clk_fimc, parent);
> +                       clk_put(clk_fimc);
> +               }
> +       }

The sclk_fimc could source clock from a number of options out of a mux.
mout_epll is just one of them. Different machines may want to source the
clock differently.
So, IMO the parent selection should not be done in platform code, but rather
in machine init code.
Not the best, but a better solution can be found in
arch/arm/mach-s5pc100/dev-spi.c
Give it a thought.
��.n��������+%������w��{.n�����{��Ʀ����)��jg��������ݢj����G�������j:+v���w�m������w�������h�����٥



[Index of Archives]     [Linux SoC Development]     [Linux Rockchip Development]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Linux SCSI]     [Yosemite News]

  Powered by Linux