[PATCH 2/2] pwm: meson: omit video/hdmi clock as mux parent

Martin Blumenstingl martin.blumenstingl at googlemail.com
Tue Apr 11 10:09:40 PDT 2023


Hi Heiner,

On Sat, Apr 8, 2023 at 10:43 PM Heiner Kallweit <hkallweit1 at gmail.com> wrote:
[...]
> +               if (meson->data->omit_video_clock_parent)
> +                       channel->mux.table = (u32[]){ 0, 2, 3 };
Most likely it won't be relevant anymore once we switch to
clk_parent_data but this part of the code is currently a no-op.
A few lines below there's an unconditional assignment of
channel->mux.table = NULL;


Best regards,
Martin



More information about the linux-arm-kernel mailing list