Re: [PATCH v3 04/10] dt-bindings: mfd: ROHM BD73800 PMIC
From: Rob Herring
Date: Fri Sep 04 2026 - 11:41:04 EST
On Wed, Sep 02, 2026 at 02:04:30PM +0300, Matti Vaittinen wrote:
> From: Matti Vaittinen <mazziesaccount@xxxxxxxxx>
>
> The ROHM BD73800 is a power management IC which integrates 8 BUCKs and 4
> LDOs. There is also an ADC and operation amplifier intended for current
> / temperature measurement and accumulation. RTC and 32.768 kHz clock
> gate are also included. The PMIC can be customized via OTP and it has
> options for operating as a main PMIC in multi-PMIC installation. Some
> of the pins can also be used for GPO or GPI (including interrupt support).
>
> There are also ROHM BD71851 and BD71885 PMICs out there. These are, from
> the SW-perspective, similar to the BD73800. There is only some different
> default values and OTP settings. The driver should be able to handle them
> just fine.
>
> Signed-off-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx>
>
> ---
> Revision history:
> v3:
> - No changes
> v1 => v2:
> - Reference commonly used ROHM bindings from a common binding file
> - Simplify compatible list
> - Move relevant comments to description so they can be shown in
> generated human-readable doc.
> - Allow other clock-output-names besides "bd73800-32k-out"
> ---
> .../bindings/mfd/rohm,bd73800-pmic.yaml | 218 ++++++++++++++++++
> 1 file changed, 218 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/rohm,bd73800-pmic.yaml
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>