Il 05/06/23 18:20, Nícolas F. R. A. Prado ha scritto:
Add the CLK_VDEC_ACTIVE clock to the vdec clock driver. This clock is enabled by the VPU once it starts decoding. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>
Since this is hw managed, it's a good idea to add CLK_IGNORE_UNUSED to this clock's flags to avoid potential lockups at boot. Please add that flag. Cheers, Angelo