diff mbox series

pwm: meson: fix g12a ao clk81 name

Message ID b53af028-28df-105a-eb50-21a1ed4e15b5@gmail.com
State Accepted
Headers show
Series pwm: meson: fix g12a ao clk81 name | expand

Commit Message

Heiner Kallweit April 11, 2023, 5:34 a.m. UTC
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: f41efceb46e6 ("pwm: meson: Add clock source configuration for Meson G12A")
Cc: stable@vger.kernel.org
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
 drivers/pwm/pwm-meson.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Martin Blumenstingl April 11, 2023, 5:07 p.m. UTC | #1
On Tue, Apr 11, 2023 at 7:34 AM Heiner Kallweit <hkallweit1@gmail.com> wrote:
>
> 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: f41efceb46e6 ("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>
Thierry Reding April 13, 2023, 9:25 a.m. UTC | #2
On Tue, 11 Apr 2023 07:34:11 +0200, Heiner Kallweit wrote:
> Fix the name of the aoclk81 clock. Apparently name aoclk81 as used by
> the vendor driver was changed when mainlining the g12a clock driver.
> 
> 

Applied, thanks!

[1/1] pwm: meson: fix g12a ao clk81 name
      commit: d02037e2297dcb0e705bfbd6c11278b48e330f97

Best regards,
diff mbox series

Patch

diff --git a/drivers/pwm/pwm-meson.c b/drivers/pwm/pwm-meson.c
index 0fe0400c2..429f6ef4c 100644
--- a/drivers/pwm/pwm-meson.c
+++ b/drivers/pwm/pwm-meson.c
@@ -390,7 +390,7 @@  static const struct meson_pwm_data pwm_axg_ao_data = {
 };
 
 static const char * const pwm_g12a_ao_ab_parent_names[] = {
-	"xtal", "aoclk81", "fclk_div4", "fclk_div5"
+	"xtal", "g12a_ao_clk81", "fclk_div4", "fclk_div5"
 };
 
 static const struct meson_pwm_data pwm_g12a_ao_ab_data = {
@@ -399,7 +399,7 @@  static const struct meson_pwm_data pwm_g12a_ao_ab_data = {
 };
 
 static const char * const pwm_g12a_ao_cd_parent_names[] = {
-	"xtal", "aoclk81",
+	"xtal", "g12a_ao_clk81",
 };
 
 static const struct meson_pwm_data pwm_g12a_ao_cd_data = {