Re: [PATCH 0/2] Add support for Infineon Digital eFuse XDP720

From: Guenter Roeck

Date: Mon Mar 30 2026 - 12:36:08 EST


Hi,

On 3/30/26 03:23, ASHISH YADAV wrote:
From: Ashish Yadav <ashish.yadav@xxxxxxxxxxxx>

Hi,

These patches add support for Infineon Digital eFuse XDP720.
XDP720 provides accurate system telemetry (V, I, P, T) and
reports analog current at the IMON pin for post-processing.

The Current and Power measurement depends on the RIMON and GIMON values.
Please look into data sheet sections 5.4.2 and 5.4.4 for more details:
https://www.infineon.com/assets/row/public/documents/24/49/infineon-xdp720-001-datasheet-en.pdf


Please address the issues reported in

https://sashiko.dev/#/patchset/20260330102345.37065-1-Ashish.Yadav%40infineon.com

Thanks,
Guenter

With Best Regards,
Ashish Yadav


Ashish Yadav (2):
dt-bindings: hwmon/pmbus: Add Infineon XDP720
hwmon:(pmbus/xdp720) Add support for efuse xdp720

.../bindings/hwmon/pmbus/infineon,xdp720.yaml | 52 ++++++++
drivers/hwmon/pmbus/Kconfig | 9 ++
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/xdp720.c | 122 ++++++++++++++++++
4 files changed, 184 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/infineon,xdp720.yaml
create mode 100644 drivers/hwmon/pmbus/xdp720.c