mbox series

[v2,0/2] mfd: Add ROHM BD71879

Message ID 20240404195423.666446-1-andreas@kemnade.info
Headers show
Series mfd: Add ROHM BD71879 | expand

Message

Andreas Kemnade April 4, 2024, 7:54 p.m. UTC
Add software-compatible variant of the BD71828.

Changes in v2:
allow compatible = "rohm,bd71879", "rohm,bd71828"

Andreas Kemnade (2):
  dt-bindings: mfd: Add ROHM BD71879
  mfd: rohm-bd71828: Add software-compatible variant BD71879

 .../devicetree/bindings/mfd/rohm,bd71828-pmic.yaml         | 7 ++++++-
 drivers/mfd/rohm-bd71828.c                                 | 4 ++++
 2 files changed, 10 insertions(+), 1 deletion(-)

Comments

Krzysztof Kozlowski April 5, 2024, 7 a.m. UTC | #1
On 04/04/2024 21:54, Andreas Kemnade wrote:
> Add the BD71879 PMIC which is software-compatible to the BD71828, so reuse
> the same device_type enum.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> Suggested-by: Matti Vaittinen <mazziesaccount@gmail.com>
> Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>
> ---

Now you can drop this patch. The benefit of the compatibility is to drop
this code.

Best regards,
Krzysztof