zynqmp: pm: Set PLL fractional data using PLL set parameter EEMI API
Fractional data should be set using PLL set parameter EEMI API. This
stands for system-level communication (APU to PMU). Since linux
already uses a specific IOCTL function to do this and we need to
keep it that way, the pll clock ID given by linux has to be mapped
to the pll node ID that is communicated at the system-level (argument
of PLL set parameter API).
With this modification the function pm_api_clk_set_pll_frac_data is
removed from pm_api_clock.c/h because it became unused.

Signed-off-by: Mirela Simonovic <mirela.simonovic@aggios.com>
Acked-by: Will Wong <WILLW@xilinx.com>
Signed-off-by: Jolly Shah <jollys@xilinx.com>
1 parent 1e3fb35 commit cf1769b5922f725486ff1776d685eb5b68081ee7
@Jolly Shah Jolly Shah authored on 2 Jan 2019
Showing 3 changed files
View
plat/xilinx/zynqmp/pm_service/pm_api_clock.c
View
plat/xilinx/zynqmp/pm_service/pm_api_clock.h
View
plat/xilinx/zynqmp/pm_service/pm_api_ioctl.c