Quoting Amit Kucheria (2020-02-18 10:12:05) > struct tsens_features is currently initialized as part of platform data > at compile-time and not modifiable. We now have some usecases in feature > detection across IP versions where it is more flexible to update the > features after probing registers. > > Remove const qualifier from tsens_features and the encapsulating > tsens_plat_data. > > Signed-off-by: Amit Kucheria <amit.kucheria@xxxxxxxxxx> > --- Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>