Re: [PATCH 2/3] clk: qcom: gcc-x1e80100: Add missing UFS symbol mux clocks

From: Taniya Das
Date: Fri Jan 02 2026 - 00:20:39 EST




On 12/30/2025 11:39 PM, Dmitry Baryshkov wrote:
>> };
>>
>> +static const struct parent_map gcc_parent_map_37[] = {
>> + { P_UFS_PHY_RX_SYMBOL_0_CLK, 0 },
>> + { P_BI_TCXO, 2 },
>> +};
>> +
>> +static const struct clk_parent_data gcc_parent_data_37[] = {
>> + { .index = DT_UFS_PHY_RX_SYMBOL_0_CLK },
>> + { .index = DT_BI_TCXO },
>> +};
>> +
>> +static const struct parent_map gcc_parent_map_38[] = {
>> + { P_UFS_PHY_RX_SYMBOL_1_CLK, 0 },
>> + { P_BI_TCXO, 2 },
>> +};
>> +
>> +static const struct clk_parent_data gcc_parent_data_38[] = {
>> + { .index = DT_UFS_PHY_RX_SYMBOL_1_CLK },
>> + { .index = DT_BI_TCXO },
>> +};
>> +
>> +static const struct parent_map gcc_parent_map_39[] = {
>> + { P_UFS_PHY_TX_SYMBOL_0_CLK, 0 },
>> + { P_BI_TCXO, 2 },
>> +};
>> +
>> +static const struct clk_parent_data gcc_parent_data_39[] = {
>> + { .index = DT_UFS_PHY_TX_SYMBOL_0_CLK },
>> + { .index = DT_BI_TCXO },
>> +};
> And all of these parent maps and parent data are unused.

Sure, I will remove them in the next patch.

--
Thanks,
Taniya Das