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-kri...@ti.com>
> Tested-by: Nishanth Menon <n...@ti.com>
> Acked-by: Tony Lindgren <t...@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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to