]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: j784s4: Fix MCU_CLKOUT0 parent clock mux
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Mon, 17 Jun 2024 09:22:01 +0000 (11:22 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jun 2024 15:55:04 +0000 (09:55 -0600)
commitfac8666f04bb96b48a719ee58c90723967d0d951
treef886bec162a6b9d8d14796d41679cac80a566a94
parenta75b3b8e79876eeb00e1bb7681b42a634c090ae1
arm: mach-k3: j784s4: Fix MCU_CLKOUT0 parent clock mux

MCU_CLKOUT0 output can be driven by two different clock inputs:
one at 25 MHz and another at 50 MHz. Currently, the 25 MHz input
clock is not selectable due to a duplication of the 50 MHz clock input
in the mux configuration. This commit corrects the parent clock mux
configuration, making the 25 MHz input clock selectable.

Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
arch/arm/mach-k3/r5/j784s4/clk-data.c