This series adds a support for attaching a regulator to the ds2482 I2C to 1-Wire converter.
The device I work on has a separate regulator for this chip and using always on regulator
is not working well, so I tried to make a proper solution. This is my first kernel code
modification, so any feedback will be highly appreciated. Patch was tested on the real hw.
Signed-off-by: Kryštof Černý <cleverline1mc@gmail.com>
---
Kryštof Černý (3):
w1: ds2482: Add regulator support
w1: ds2482: Fix datasheet URL
dt-bindings: w1: ds2482: Add vcc-supply property
.../devicetree/bindings/w1/maxim,ds2482.yaml | 3 +++
drivers/w1/masters/ds2482.c | 23 +++++++++++++++++++++-
2 files changed, 25 insertions(+), 1 deletion(-)
---
base-commit: 6d59cab07b8d74d0f0422b750038123334f6ecc2
change-id: 20241111-ds2482-add-reg-fe13200ad7d6
Best regards,
--
Kryštof Černý <cleverline1mc@gmail.com>