Commit ff966c27 authored by Jolly Shah's avatar Jolly Shah
Browse files

zynqmp: pm: Invalidate unused APLL_TO_LPD clock



This clock does not drive any clock in LPD so there is no need for
Linux to try to initialize it.
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>
parent 50e1b8fe
......@@ -2256,6 +2256,7 @@ static struct pm_ext_clock ext_clocks[] = {
static uint32_t pm_clk_invalid_list[] = {CLK_USB0, CLK_USB1, CLK_CSU_SPB,
CLK_ACPU_FULL,
CLK_ACPU_HALF,
CLK_APLL_TO_LPD,
CLK_DBG_FPD,
CLK_DBG_LPD,
CLK_DBG_TRACE,
......
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