Hi, * Tero Kristo <t-kristo@xxxxxx> [180226 15:11]: > This patch adds clock rate propagation support for clkctrl clocks. This > is needed on am33xx beaglebone black device at least, otherwise the > display does not work. Similar problem appears to be present on am43xx > but haven't heard of any reports of such so far, maybe Jyri can confirm > this? I think I was also hitting this with the system timers with ti-sysc where set_parent() would fail unless the dts has the following for timers: clocks = <&l4_wkup_clkctrl OMAP4_TIMER1_CLKCTRL 24>; So bit 24 instead of 0. Hmm so should we have all the timers use bit 0 in the dtsi? Or default to bit 24 for all of them? Regards, Tony -- 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