mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-24 18:22:49 +00:00
If CLK_SET_RATE_PARENT is set for a clkoutx2 clock, calling
clk_set_rate() on the clock "skips" the x2 multiplier as there are no
set_rate and round_rate functions defined for the clkoutx2.
This results in getting double the requested clock rates, breaking the
display on omap3430 based devices. This got broken when
|
||
|---|---|---|
| .. | ||
| at91_pmc.h | ||
| bcm2835.h | ||
| mxs.h | ||
| shmobile.h | ||
| tegra.h | ||
| ti.h | ||
| zynq.h | ||