Skip to content

Commit 9e4fa80

Browse files
hkallweitthierryreding
authored andcommitted
pwm: meson: Fix g12a ao clk81 name
Fix the name of the aoclk81 clock. Apparently name aoclk81 as used by the vendor driver was changed when mainlining the g12a clock driver. Fixes: f41efce ("pwm: meson: Add clock source configuration for Meson G12A") Cc: stable@vger.kernel.org Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
1 parent eb411c0 commit 9e4fa80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/pwm/pwm-meson.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ static const struct meson_pwm_data pwm_axg_ao_data = {
427427
};
428428

429429
static const char * const pwm_g12a_ao_ab_parent_names[] = {
430-
"xtal", "aoclk81", "fclk_div4", "fclk_div5"
430+
"xtal", "g12a_ao_clk81", "fclk_div4", "fclk_div5"
431431
};
432432

433433
static const struct meson_pwm_data pwm_g12a_ao_ab_data = {
@@ -436,7 +436,7 @@ static const struct meson_pwm_data pwm_g12a_ao_ab_data = {
436436
};
437437

438438
static const char * const pwm_g12a_ao_cd_parent_names[] = {
439-
"xtal", "aoclk81",
439+
"xtal", "g12a_ao_clk81",
440440
};
441441

442442
static const struct meson_pwm_data pwm_g12a_ao_cd_data = {

0 commit comments

Comments
 (0)