[PATCH 0/2] Add support for Infineon Digital eFuse XDP730
From: ASHISH YADAV
Date: Tue May 19 2026 - 04:05:13 EST
From: Ashish Yadav <ashish.yadav@xxxxxxxxxxxx>
Hi,
These patches add support for Infineon Digital eFuse XDP730.
XDP730 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 4.4.2 and 4.4.4 for more details:
https://www.infineon.com/assets/row/public/documents/24/49/infineon-xdp730-001-datasheet-en.pdf
With Best Regards,
Ashish Yadav
Ashish Yadav (2):
dt-bindings: hwmon/pmbus: Add Infineon XDP730
hwmon:(pmbus/xdp730) Add support for efuse xdp730
.../bindings/hwmon/pmbus/infineon,xdp730.yaml | 59 ++++++++
drivers/hwmon/pmbus/Kconfig | 9 ++
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/xdp730.c | 128 ++++++++++++++++++
4 files changed, 197 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/infineon,xdp730.yaml
create mode 100644 drivers/hwmon/pmbus/xdp730.c
--
2.39.5