Skip to content

Commit eb411c0

Browse files
hkallweitthierryreding
authored andcommitted
pwm: meson: Fix axg ao mux parents
This fix is basically the same as 9bce02e ("pwm: meson: Fix the G12A AO clock parents order"). Vendor driver referenced there has xtal as first parent also for axg ao. In addition fix the name of the aoclk81 clock. Apparently name aoclk81 as used by the vendor driver was changed when mainlining the axg clock driver. Fixes: bccaa3f ("pwm: meson: Add clock source configuration for Meson-AXG") 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 d0a4564 commit eb411c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pwm/pwm-meson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ static const struct meson_pwm_data pwm_axg_ee_data = {
418418
};
419419

420420
static const char * const pwm_axg_ao_parent_names[] = {
421-
"aoclk81", "xtal", "fclk_div4", "fclk_div5"
421+
"xtal", "axg_ao_clk81", "fclk_div4", "fclk_div5"
422422
};
423423

424424
static const struct meson_pwm_data pwm_axg_ao_data = {

0 commit comments

Comments
 (0)