Commit e02c90ca authored by Rajan Vaja's avatar Rajan Vaja Committed by Siva Durga Prasad Paladugu
Browse files

zynqmp: pm: Correct function header of clock APIs



Correct function header of pm_api_clock_getparent() and
pm_api_clock_setparent().
Signed-off-by: default avatarRajan Vaja <rajan.vaja@xilinx.com>
Acked-by: default avatarWill Wong <WILLW@xilinx.com>
parent 6a0f7c00
...@@ -2965,7 +2965,7 @@ enum pm_ret_status pm_api_clock_getrate(unsigned int clock_id, ...@@ -2965,7 +2965,7 @@ enum pm_ret_status pm_api_clock_getrate(unsigned int clock_id,
/** /**
* pm_api_clock_setparent - Set the clock parent for given id * pm_api_clock_setparent - Set the clock parent for given id
* @clock_id Id of the clock * @clock_id Id of the clock
* @parent_id parent id * @parent_idx parent index
* *
* This function is used by master to set parent for any clock. * This function is used by master to set parent for any clock.
* *
...@@ -3016,7 +3016,7 @@ enum pm_ret_status pm_api_clock_setparent(unsigned int clock_id, ...@@ -3016,7 +3016,7 @@ enum pm_ret_status pm_api_clock_setparent(unsigned int clock_id,
/** /**
* pm_api_clock_getparent - Get the clock parent for given id * pm_api_clock_getparent - Get the clock parent for given id
* @clock_id Id of the clock * @clock_id Id of the clock
* @parent_id parent id * @parent_idx parent index
* *
* This function is used by master to get parent index * This function is used by master to get parent index
* for any clock. * for any clock.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment