commit | 94e27bc176c46786b43087cb91d31bd224c168f8 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Dec 20 09:41:12 2018 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jan 24 10:03:42 2019 +0100 |
tree | fe67e59ba656a050b6295aaf832a2af15d2b9d25 | |
parent | c4084a22d41952a8c6956d9dbcdf581d072ee026 [diff] |
arm64: zynqmp: Do not protect zynqmp_pmufw_version() There is hard dependency for CLK_ZYNQMP to have zynqmp_pmufw_version() but also FPGA code is calling this function which is possible to use without actual CLK_ZYNQMP firmware driver to be enabled. This patch enables the case where only fixed-clock CLK setup is used. Signed-off-by: Michal Simek <michal.simek@xilinx.com>