On 7/21/26 6:46 PM, Dmitry Baryshkov wrote: > Checking the hardware docs I see no mention of v1 or v1.1 for these > PHYs.
I got this information from [1] (SM8475) and [2] (SM8550). As can be seen downstream, SM8475 specifies a v1 PLL while SM8550 specifies a v1.1 PLL. v1 tables are used for SM8475 as can be seen in [3]. In downstream, the SM8550 driver [4] defines both versions. The declaration for the structs found in the SM8550 driver can be found in [5]. Please check my findings. Regards, Esteban [1] https://github.com/LineageOS/android_kernel_qcom_sm8450-devicetrees/blob/lineage-20/qcom/display/display/cape-sde.dtsi#L70 [2] https://github.com/LineageOS/android_kernel_motorola_sm8550-devicetrees/blob/lineage-23.2/qcom/display/display/kalama-sde.dtsi#L71 [3] https://github.com/LineageOS/android_kernel_qcom_sm8450-modules/blob/lineage-20/qcom/opensource/display-drivers/msm/dp/dp_pll_4nm.c#L195-L282 [4] https://github.com/LineageOS/android_kernel_qcom_sm8550-modules/blob/lineage-21/qcom/opensource/display-drivers/msm/dp/dp_pll_4nm.c#L131-L152 [5] https://github.com/LineageOS/android_kernel_qcom_sm8550-modules/blob/lineage-21/qcom/opensource/display-drivers/msm/dp/dp_pll.h#L104-L129

