Re: [PATCH v2 5/6] clk: qcom: Add TCSR clock driver for Kaanapali
From: Taniya Das
Date: Fri Nov 21 2025 - 12:26:41 EST
On 11/18/2025 12:14 PM, Jingyi Wang wrote:
>> +
>> +static struct clk_branch tcsr_pcie_0_clkref_en = {
>> + .halt_reg = 0x0,
>> + .halt_check = BRANCH_HALT_DELAY,
>> + .clkr = {
>> + .enable_reg = 0x0,
>> + .enable_mask = BIT(0),
>> + .hw.init = &(const struct clk_init_data) {
>> + .name = "tcsr_pcie_0_clkref_en",
>> + .ops = &clk_branch2_ops,
>> + },
>> + },
>> +};
>> +
> Hi Taniya,
>
> Here is a discussion for tcsr in this thread:
> https://lore.kernel.org/all/01de9616-825b-4fbb-83cf-
> e0bf91e8cf39@xxxxxxxxxxxxxxxx/
>
> As TCSR_CLKS is a part of tcsr block, we should merge it as one node, the address
> should be start at 0x01fc0000 instead of 0x01fd5044, so offset need to be added in the
> tcsrcc reg configuration.
>
Yes, the next patch will incorporate the changes in offsets of the
clocks and the device tree node needs to be updated.
--
Thanks,
Taniya Das