Quoting Dmitry Baryshkov (2021-03-27 02:28:57) > Q6afe-clocks driver can get reprobed. For example if the APR services > are restarted after the firmware crash. However currently Q6afe-clocks > driver will oops because hw.init will get cleared during first _probe > call. Rewrite the driver to fill the clock data at runtime rather than > using big static array of clocks. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Any fixes tag? > --- Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxx>