Re: [PATCH V2 3/3] hwmon: (ina2xx) Add support for INA234
From: Bence Csókás
Date: Thu Feb 19 2026 - 15:46:22 EST
Hi,
On 2/19/26 14:01, Ian Ray wrote:
INA234 is register compatible to INA226 (excepting manufacturer and die
or device id registers) but has different scaling.
Signed-off-by: Ian Ray <ian.ray@xxxxxxxxxxxxxxxx>
I can indeed find `power_lsb_factor = 32` in an earlier datasheet, dated 2021... Perhaps the TI folks also got confused about the whole "shift down the lower 4 bits" thing... Well, with the caveat that I don't have the part, so I can't test it myself:
Reviewed-by: Bence Csókás <bence98@xxxxxxxxxx>
Bence