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 <[email protected]>
> Tested-by: Nishanth Menon <[email protected]>
> Acked-by: Tony Lindgren <[email protected]>

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 devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to