]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: meson: axg-audio: setup regmap max_register based on the SoC
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 19 Jul 2024 09:39:31 +0000 (11:39 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Mon, 29 Jul 2024 14:46:53 +0000 (16:46 +0200)
commitdd8ab39a8b418801b05d97c3b92839ed5f18b74a
treebb9b9fa4ceede4b60275a8a53b48ce2abf0cde24
parentcbf4d3981cac6e7f63e2574ccc0fb21abdc16c1b
clk: meson: axg-audio: setup regmap max_register based on the SoC

The register region of axg-audio tends to grow with the addition of
new supported SoC. Mapping slightly more has not been causing problem
so far but it is not viable to continue like this long term.

Setup the max register based on what is necessary on the related SoC.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240719093934.3985139-3-jbrunet@baylibre.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/axg-audio.c