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@xxxxxx> > Tested-by: Nishanth Menon <nm@xxxxxx> > Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html