commit | 41710952b68960a2dbdbbd96403891f2e2aa4622 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Feb 09 15:28:15 2021 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Feb 23 14:56:59 2021 +0100 |
tree | 9d2ee4b001275fe6a2191ead6ec3913e033a783d | |
parent | 0954c8cd47545b69205f9d0fa7369c1464b75e2c [diff] |
clk: zynq: Add dummy clock enable function A lot of Xilinx drivers are checking -ENOSYS which means that clock driver doesn't have enable function. Remove this checking from drivers and create dummy enable function as was done for clk_fixed_rate driver by commit 6bf6d81c1112 ("clk: fixed_rate: add dummy enable() function"). Signed-off-by: Michal Simek <michal.simek@xilinx.com>