Re: [PATCH 04/11] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver

From: Taniya Das
Date: Wed Oct 30 2024 - 13:57:12 EST




On 10/19/2024 1:52 AM, Dmitry Baryshkov wrote:
+static struct gdsc ife_1_gdsc = {
+ .gdscr = 0xa004,
+ .en_rest_wait_val = 0x2,
+ .en_few_wait_val = 0x2,
+ .clk_dis_wait_val = 0xf,
+ .pd = {
+ .name = "ife_1_gdsc",
+ },
+ .pwrsts = PWRSTS_OFF_ON,
+ .flags = POLL_CFG_GDSCR,
+};
Shouldn't IFE GDSCs have titan_top as a parent?

Yes, I will fix in the next patch.

--
Thanks & Regards,
Taniya Das.