[RESEND PATCH v2 1/2] soc: amlogic: add Meson GX VPU Domains driver
Kevin Hilman
khilman at baylibre.com
Mon Oct 30 09:56:33 PDT 2017
Ulf Hansson <ulf.hansson at linaro.org> writes:
> Hi Neil,
>
> [...]
>
>> +
>> + pm_genpd_init(&vpu_hdmi_pd.genpd, &simple_qos_governor,
>> + meson_gx_pwrc_vpu_get_power(&vpu_hdmi_pd));
>> +
>
> This means that you may initialize the genpd in powered on state.
>
> For that scenario, I think you will hit a clock unprepare/disable
> in-balance issue when genpd calls your ->power_off() callback, simply
> because you didn't call clk_prepare_enable() for the clocks first.
Yup, in my testing, I definitely hit this.
Kevin
More information about the linux-arm-kernel
mailing list