Re: [PATCH 1/4] dt-bindings: clock: qcom: Add TCSR_UFS_CLKREF_EN definition
From: Krzysztof Kozlowski
Date: Wed Sep 09 2026 - 03:35:33 EST
On Sat, Sep 05, 2026 at 12:20:42AM +0530, Jagadeesh Kona wrote:
> UFS and PCIE_4 share the same clkref enable on Glymur. Hence define
> TCSR_UFS_CLKREF_EN as an alias of TCSR_PCIE_4_CLKREF_EN for UFS consumers
> to reference the shared clkref on Qualcomm Glymur platform.
>
> Signed-off-by: Jagadeesh Kona <jagadeesh.kona@xxxxxxxxxxxxxxxx>
> ---
> include/dt-bindings/clock/qcom,glymur-tcsr.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/dt-bindings/clock/qcom,glymur-tcsr.h b/include/dt-bindings/clock/qcom,glymur-tcsr.h
> index 72614226b113bb60f1e430fc18e13c46c8b043d3..f338ab4454a14aa75532cd0a6a56b6bbb02f9448 100644
> --- a/include/dt-bindings/clock/qcom,glymur-tcsr.h
> +++ b/include/dt-bindings/clock/qcom,glymur-tcsr.h
> @@ -20,5 +20,6 @@
> #define TCSR_USB3_1_CLKREF_EN 10
> #define TCSR_USB4_1_CLKREF_EN 11
> #define TCSR_USB4_2_CLKREF_EN 12
> +#define TCSR_UFS_CLKREF_EN TCSR_PCIE_4_CLKREF_EN
I could not find usage of this new ABI in your patches. Can you point me?
Best regards,
Krzysztof