On Tue, Mar 22, 2022 at 11:58:57AM +0100, Robert Marko wrote: > uDPU has a pair of NCT375 temperature sensors, which are TMP75C compatible > as far as the driver is concerned. > > The current LM75 compatible worked as all of the LM75 compatible sensors > are backwards compatible with the original part, but it meant that lower > resolution and incorrect sample rate was being used. > > The "lm75" compatible has been deprecated anyway and is meant as fallback > in order to keep older DTS-es working. > > Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew