Re: [PATCH 06/11] clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver
From: Taniya Das
Date: Wed Oct 30 2024 - 13:59:31 EST
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.