clk: zynqmp: Add set_rate support for gem rx and tsu clks
gem0_rx till gem3_rx and gem_tsu are missing from set rate function. Add them, so that they can be set from pmu firmware via clock framework. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20230719084912.30209-1-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
committed by
Michal Simek
parent
3fb4ef7d39
commit
7a480fd995
@@ -719,6 +719,8 @@ static ulong zynqmp_clk_set_rate(struct clk *clk, ulong rate)
|
||||
switch (id) {
|
||||
case gem0_ref ... gem3_ref:
|
||||
case gem0_tx ... gem3_tx:
|
||||
case gem0_rx ... gem3_rx:
|
||||
case gem_tsu:
|
||||
case qspi_ref ... can1_ref:
|
||||
case usb0_bus_ref ... usb3_dual_ref:
|
||||
return zynqmp_clk_set_peripheral_rate(priv, id,
|
||||
|
||||
Reference in New Issue
Block a user