On 10/19/2024 1:55 AM, Dmitry Baryshkov wrote:
#include "common.h" +#include "gdsc.h" +#include "reset.h" + +enum { + DT_BI_TCXO, + DT_GPLL0, + DT_DSI0_PHY_PLL_OUT_BYTECLK, + DT_DSI0_PHY_PLL_OUT_DSICLK, + DT_DSI1_PHY_PLL_OUT_DSICLK,Is there a DSI 1 PLL on this platform?
As per the design of the clock controller it has a DSI1 port. -- Thanks & Regards, Taniya Das.