On Thu, Sep 12, 2024 at 05:31:44PM -0700, Guenter Roeck wrote: > Add configuration flag indicating if the chip supports alerts and limits > to prepare for adding INA260 support. > > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx> > @@ -155,6 +156,7 @@ static const struct ina2xx_config ina2xx_config[] = { > .bus_voltage_shift = 3, > .bus_voltage_lsb = 4000, > .power_lsb_factor = 20, > + .has_alerts = false, No strong preference: or just don't set it.