• Jolly Shah's avatar
    zynqmp: pm: Implement PLL set mode EEMI API · 5f1a5fee
    Jolly Shah authored
    
    
    This API will be used to set the PLL mode: reset (unlocked), integer
    or fractional (locked). If reset mode is set the PM controller will
    bypass the target PLL prior to asserting the reset. If integer or
    fractional mode is set the PM controller will program and trigger
    locking of the PLL. If success status is returned the PLL is locked
    and its bypass is deasserted. If fractional mode is set the fractional
    divider (data parameter) has to have a non-zero value prior to issuing
    pll set fractional mode. The caller need to ensure that the data
    parameter is properly set using pll get/set parameter EEMI API.
    Signed-off-by: default avatarMirela Simonovic <mirela.simonovic@aggios.com>
    Acked-by: default avatarWill Wong <WILLW@xilinx.com>
    Signed-off-by: default avatarJolly Shah <jollys@xilinx.com>
    5f1a5fee
pm_defs.h 6.55 KB