Re: [PATCH V5 1/6] clk: OMAP: introduce device tree binding to kernel clock data

2013-05-16 Thread Tony Lindgren
* Mike Turquette mturque...@linaro.org [130513 16:56]: Quoting Nishanth Menon (2013-05-08 12:06:11) snip Overall strategy introduced here is simple: a clock node described in device tree blob is used to identify the exact clock provided in the SoC specific data. This is then linked back

Re: [PATCH V5 1/6] clk: OMAP: introduce device tree binding to kernel clock data

2013-05-16 Thread Tony Lindgren
* Mike Turquette mturque...@linaro.org [130516 12:52]: Quoting Tony Lindgren (2013-05-16 10:43:56) * Mike Turquette mturque...@linaro.org [130513 16:56]: Quoting Nishanth Menon (2013-05-08 12:06:11) snip Overall strategy introduced here is simple: a clock node described in device

Re: [PATCH V5 1/6] clk: OMAP: introduce device tree binding to kernel clock data

2013-05-13 Thread Mike Turquette
Quoting Nishanth Menon (2013-05-08 12:06:11) snip Overall strategy introduced here is simple: a clock node described in device tree blob is used to identify the exact clock provided in the SoC specific data. This is then linked back using of_clk_add_provider to the device node to be accessible