]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: zynqmp: Add set_rate support for display clocks
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Thu, 11 Jul 2024 08:29:39 +0000 (13:59 +0530)
committerMichal Simek <michal.simek@amd.com>
Mon, 5 Aug 2024 14:10:36 +0000 (16:10 +0200)
commitaceac0c52bd25e1e96de5b3a31873eebdc1f5ed8
tree7bbd498ce9ee664a8801a6bf687cd1d98e0e73b3
parent6becf9ba1ab82af6f4fcf9f4d0da38f9c75212d2
clk: zynqmp: Add set_rate support for display clocks

If "assigned-clock-rates" property is included in the
device tree, display driver probe is getting failed, as dp_video_ref
till dp_stc_ref clocks are missing from set rate function, adding
them to fix the probe failure.

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20240711082939.29260-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/clk/clk_zynqmp.c