commit | f11d4ab0b37ede1eed45540ac4e2384b3d19ce98 | [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 | 25aed77f5188fef0ff5141569962e2919dd48020 [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>