pwm: meson: don't use hdmi/video clock as mux parent
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 24 May 2023 19:51:31 +0000 (21:51 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 23 Jun 2023 13:37:37 +0000 (15:37 +0200)
commit3bddf73285d578a1798189e0eed2e7f82ebf0e11
treee95727a93fccde13a4b3f51fa18a66c361634d32
parented73300326ec67d2a0c35fb7f911314cc6d7d918
pwm: meson: don't use hdmi/video clock as mux parent

The meson_vclk code from the display driver may change the rate of the
video clock. Therefore better don't use it as pwm mux parent.
After removing this clock from the parent list pwm_gxbb_data and
pwm_g12a_ee_data are the same as pwm_meson8b_data. So we can remove
them.

Reported-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-meson.c