Re: [PATCH 1/6] clk: actions: Add configurable PLL delay

2019-01-11 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-12-31 10:55:12) > S500 SoC requires configurable delay for different PLLs. Hence, add > a separate macro for declaring a PLL with configurable delay and also > modify the existing OWL_PLL_NO_PARENT macro to use default delay so > that no need to modify the existi

[PATCH 1/6] clk: actions: Add configurable PLL delay

2018-12-31 Thread Manivannan Sadhasivam
S500 SoC requires configurable delay for different PLLs. Hence, add a separate macro for declaring a PLL with configurable delay and also modify the existing OWL_PLL_NO_PARENT macro to use default delay so that no need to modify the existing S700/S900 drivers. Signed-off-by: Manivannan Sadhasivam