[PATCHv8 01/36] CLK: TI: Add DPLL clock support
Paul Walmsley
paul at pwsan.com
Sun Oct 13 19:47:06 EDT 2013
On Wed, 9 Oct 2013, Tero Kristo wrote:
> The OMAP clock driver now supports DPLL clock type. This patch also
> adds support for DT DPLL nodes.
>
> Signed-off-by: Tero Kristo <t-kristo at ti.com>
> Tested-by: Nishanth Menon <nm at ti.com>
> Acked-by: Tony Lindgren <tony at atomide.com>
By the way:
> +
> + if (of_property_read_bool(node, "ti,low-power-stop"))
> + dpll_mode |= 1 << DPLL_LOW_POWER_STOP;
> +
> + if (of_property_read_bool(node, "ti,low-power-bypass"))
> + dpll_mode |= 1 << DPLL_LOW_POWER_STOP;
This doesn't look right. Could you please check it?
- Paul
More information about the linux-arm-kernel
mailing list