clk: ti: Fix missing omap5 mcbsp functional clock and aliases
authorTony Lindgren <tony@atomide.com>
Wed, 11 Oct 2023 07:15:56 +0000 (10:15 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 13 Oct 2023 08:02:02 +0000 (11:02 +0300)
commit0b9a4a67c60d3e15b39a69d480a50ce7eeff9bc1
tree2e813ca836a799094ea6c6a97d41644f31cad763
parentcc2d819dd7df94a72bde7b9b9331a6535084092d
clk: ti: Fix missing omap5 mcbsp functional clock and aliases

We are using a wrong mcbsp functional clock. The interconnect target module
driver provided clock for mcbsp is not same as the mcbsp functional clock
known as the gfclk main_clk. The mcbsp functional clocks for mcbsp should
have been added before we dropped the legacy platform data.

Additionally we are also missing the clock aliases for the clocks used by
the audio driver if reparenting is needed. This causes audio driver errors
like "CLKS: could not clk_get() prcm_fck" for mcbsp as reported by Andreas.
The mcbsp clock aliases too should have been added before we dropped the
legacy platform data.

Let's add the clocks and aliases with a single patch to fix the issue
similar to omap4. On omap5, there is no mcbsp4 instance on the l4_per
interconnect.

Fixes: b1da0fa21bd1 ("ARM: OMAP2+: Drop legacy platform data for omap5 mcbsp")
Cc: H. Nikolaus Schaller <hns@goldelico.com>
Reported-by: Andreas Kemnade <andreas@kemnade.info>
Reported-by: Péter Ujfalusi <peter.ujfalusi@gmail.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi
drivers/clk/ti/clk-54xx.c