diff options
author | Jayesh Choudhary <j-choudhary@ti.com> | 2025-01-06 15:34:00 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-20 08:32:48 -0600 |
commit | bb28b4906e8dbb0f5a86a3613fb30069f89898f7 (patch) | |
tree | 8869722c97482330e0bb094b0811a03f7c533c9a /drivers/fpga | |
parent | b77791a11a0b6fdd8df6b223780e1b71bf8954f7 (diff) |
arch: arm: mach-k3: j784s4_init: Set CTRL_MMR for AUDIO_REFCLK1 clk_sel
The default value for the mux to select the parent clock,
AUDIO_REFCLK1_CTRL_CLK_SEL is '11111' (31) but the mux input for 31
is marked as 'Reserved' so the ti-sci-clk call for get-parent fails.
Mark it to a valid value, '11100' (28) for MAIN_PLL4_HSDIV2_CLKOUT
to get rid of the linux failures during boot-time like:
"[ 1.573193] ti-sci-clk 44083000.system-controller:clock-controller:
get-parent failed for dev=157, clk=34, ret=-19"
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Diffstat (limited to 'drivers/fpga')
0 files changed, 0 insertions, 0 deletions