arm-trusted-firmware/plat/xilinx/zynqmp/pm_service
Rajan Vaja 20fdf0b05c zynqmp: pm: Remove CLK_TOPSW_LSBUS from invalid clock list
CLK_TOPSW_LSBUS is parent of WDT clock. Clock from invalid
clock list would not be registered to CCF framework and so
cannot be used as parent of other clocks.

WDT clock has default parent as CLK_TOPSW_LSBUS(APB clock).
If CLK_TOPSW_LSBUS is not registered, CCF would not recognize
that clock and hence rate of WDT clock would be calculated to
be 0 by CCF(as parent rate is considered 0).

So it is necessary to allow registration of CLK_TOPSW_LSBUS
clock.

Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Change-Id: Iceaba0f137784fc5fd666e66ffc4c143381c6ccc
2020-01-07 15:04:37 -08:00
..
pm_api_clock.c zynqmp: pm: Remove CLK_TOPSW_LSBUS from invalid clock list 2020-01-07 15:04:37 -08:00
pm_api_clock.h zynqmp: pm: Add LPD WDT clock to the pm_clock structure 2020-01-07 15:03:43 -08:00
pm_api_ioctl.c Enable -Wlogical-op always 2019-11-19 08:53:21 -06:00
pm_api_ioctl.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_api_pinctrl.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
pm_api_pinctrl.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_api_sys.c zynqmp: pm: Add support for setting PMU configuration object 2019-03-08 15:35:30 +00:00
pm_api_sys.h Merge pull request #1732 from jollysxilinx/integration 2019-01-08 09:09:23 +00:00
pm_client.c xilinx: Move IPI functions to common file 2019-01-09 12:38:00 -08:00
pm_client.h xilinx: Move IPI functions to common file 2019-01-09 12:38:00 -08:00
pm_defs.h zynqmp: pm: Reimplement clock set divider EEMI API 2019-01-04 11:51:05 -08:00
pm_svc_main.c plat: xilinx: zynqmp: Move zynqmp_private.h to include directory 2019-01-09 12:05:13 -08:00
pm_svc_main.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00