This small series adds support for the P3T1755 temp sensor. Ultimately, I want to support it via I3C. But for now, start simple and add I2C support, so we have something to compare against. Fix the LM75B datasheet location while here. Changes since v1 are described in the patches. Wolfram Sang (3): dt-bindings: hwmon: lm75: Add NXP P3T1755 hwmon: (lm75) Add NXP P3T1755 support hwmon: (lm75) Fix LM75B document link Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 + Documentation/hwmon/lm75.rst | 8 +++++--- drivers/hwmon/lm75.c | 13 +++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) -- 2.45.2