Skip to content

Commit 255cab9

Browse files
committed
clk: meson: axg-audio: fix regmap last register
Since the addition of the g12a, the last register is AUDIO_CLK_SPDIFOUT_B_CTRL. Fixes: 0750013 ("clk: meson: axg-audio: add g12a support") Acked-by: Neil Armstrong <[email protected]> Signed-off-by: Jerome Brunet <[email protected]>
1 parent 38340cb commit 255cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/meson/axg-audio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ static const struct regmap_config axg_audio_regmap_cfg = {
997997
.reg_bits = 32,
998998
.val_bits = 32,
999999
.reg_stride = 4,
1000-
.max_register = AUDIO_CLK_PDMIN_CTRL1,
1000+
.max_register = AUDIO_CLK_SPDIFOUT_B_CTRL,
10011001
};
10021002

10031003
struct audioclk_data {

0 commit comments

Comments
 (0)