commit | fb589369cedb60a21b28d72fceb033c4cbfd4efa | [log] [tgz] |
---|---|---|
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | Mon Jun 17 11:22:01 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 26 09:55:04 2024 -0600 |
tree | f886bec162a6b9d8d14796d41679cac80a566a94 | |
parent | 2765664ebeab35d63fe16df73dd1a7deff2025ff [diff] |
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>