commit | cb3f12490e5dfdaf59590ee53b3c0324f20743aa | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Thu Apr 03 10:52:51 2025 +0300 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Sat Apr 12 11:12:06 2025 +0300 |
tree | a8f4d35d7c003628e126238c719042065db7a749 | |
parent | 763b35cb23b86a59bff94a35d539fb6595016805 [diff] |
ARM: tegra114: clock: avoid touching DISP clocks on init The clock initialization routine sets the DISP* clock parent to PLLC, resulting in DC failure in the case when PLLD was previously configured. This issue disrupts chainloading and to prevent failures caused by DISP* clock parent conflicts, clock initialization should not modify DISP*. The DC driver handles DISP* configuration. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>