On 06/05, Georgi Djakov wrote: > @@ -190,6 +193,76 @@ static const char *gcc_xo_gpll0a_gpll1_gpll2[] = { > "gpll2_vote", > }; > > +static const struct parent_map gcc_xo_gpll0_gpll1_sleep_map[] = { > + { P_XO, 0 }, > + { P_GPLL0, 1 }, > + { P_GPLL1, 2 }, > + { P_SLEEP_CLK, 6 } > +}; > + > +static const char *gcc_xo_gpll0_gpll1_sleep[] = { Please make these new ones const char * const now that we've fixed that problem in the clk framework -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html