On 7/13/26 6:57 AM, Konrad Dybcio wrote:
> No, these are two separate hardware designs and you can't mix the
> configuration like that just because it so happens to circumvent a bug.
> 
> Taking a peek at clk_lucid_evo_pll_configure, there's an early bailout:
> 
> if (trion_pll_is_enabled(pll, regmap)) {
>       pr_debug("Lucid Evo PLL is already enabled, skipping configuration\n");
>       return;
> }
> 
> I think it should be fine to copy-paste it as-is for LUCID_OLE. Please
> check if that resolves your issue.
Indeed, this solves the issue and the display no longer glitches out at
boot.
Will correct in v3; thanks for pointing me in the right direction.

Regards,
Esteban


Reply via email to