Commit e90b513
clk: qcom: dispcc-sm8550: fix DisplayPort clocks
On SM8550 DisplayPort link clocks use frequency tables inherited from
the vendor kernel, it is not applicable in the upstream kernel. Drop
frequency tables and use clk_byte2_ops for those clocks.
This fixes frequency selection in the OPP core (which otherwise attempts
to use invalid 810 KHz as DP link rate), also fixing the following
message:
msm-dp-display ae90000.displayport-controller: _opp_config_clk_single: failed to set clock rate: -22
Fixes: 90114ca ("clk: qcom: add SM8550 DISPCC driver")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8550-HDK
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240424-dispcc-dp-clocks-v2-3-b44038f3fa96@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>1 parent 1113501 commit e90b513
1 file changed
Lines changed: 4 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | 348 | | |
357 | 349 | | |
358 | 350 | | |
359 | 351 | | |
360 | 352 | | |
361 | | - | |
362 | 353 | | |
363 | 354 | | |
364 | 355 | | |
365 | 356 | | |
366 | 357 | | |
367 | | - | |
| 358 | + | |
368 | 359 | | |
369 | 360 | | |
370 | 361 | | |
| |||
418 | 409 | | |
419 | 410 | | |
420 | 411 | | |
421 | | - | |
422 | 412 | | |
423 | 413 | | |
424 | 414 | | |
425 | 415 | | |
426 | 416 | | |
427 | | - | |
| 417 | + | |
428 | 418 | | |
429 | 419 | | |
430 | 420 | | |
| |||
478 | 468 | | |
479 | 469 | | |
480 | 470 | | |
481 | | - | |
482 | 471 | | |
483 | 472 | | |
484 | 473 | | |
485 | 474 | | |
486 | 475 | | |
487 | | - | |
| 476 | + | |
488 | 477 | | |
489 | 478 | | |
490 | 479 | | |
| |||
538 | 527 | | |
539 | 528 | | |
540 | 529 | | |
541 | | - | |
542 | 530 | | |
543 | 531 | | |
544 | 532 | | |
545 | 533 | | |
546 | 534 | | |
547 | | - | |
| 535 | + | |
548 | 536 | | |
549 | 537 | | |
550 | 538 | | |
| |||
0 commit comments