Re: [PATCH v2 02/19] clk: qcom: Add global clock controller driver for MSM8952
From: Konrad Dybcio
Date: Mon Sep 21 2026 - 04:46:48 EST
On 9/17/26 2:25 PM, Muzaffer Kadir wrote:
> Hi Taniya,
>
> On Thu, 17 Sep 2026 09:49:07 +0530, Taniya Das wrote:
>>> diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile
>>> index a6c676f68b79..3c3f27dcc68d 100644
[...]
>>> +#include "common.h"
>>> +#include "clk-regmap.h"
>>> +#include "clk-pll.h"
>>> +#include "clk-alpha-pll.h"
>>> +#include "clk-rcg.h"
>>> +#include "clk-branch.h"
>>> +#include "reset.h"
>>> +#include "gdsc.h"
>>> +
>>
>> Add DT_BI_TCXO enum.
>
> Should I rename the clock name to bi_tcxo?
> Or should I use DT_XO for enum?
BI_TCXO is the Qualcomm-conventional name for the clock sourced
from the crystal oscillator. I'm not sure about the BI_ prefix,
but TCXO stands for "Temperature-Controlled Crystal Oscillator"
Konrad