Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mfd: bd96801: Add ROHM BD96805

The ROHM BD96805 is very similar to the BD96801. The differences visible
to the drivers is different tune voltage ranges.

Add compatible for the ROHM BD96805 PMIC.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/f49addee698b683a071c12808f06a56509152f5c.1744090658.git.mazziesaccount@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Matti Vaittinen and committed by
Lee Jones
d5a30228 9d851b2e

+6 -4
+6 -4
Documentation/devicetree/bindings/mfd/rohm,bd96801-pmic.yaml
··· 4 4 $id: http://devicetree.org/schemas/mfd/rohm,bd96801-pmic.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: ROHM BD96801 Scalable Power Management Integrated Circuit 7 + title: ROHM BD96801/BD96805 Scalable Power Management Integrated Circuit 8 8 9 9 maintainers: 10 10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> 11 11 12 12 description: 13 - BD96801 is an automotive grade single-chip power management IC. 14 - It integrates 4 buck converters and 3 LDOs with safety features like 13 + BD96801 and BD96805 are automotive grade, single-chip power management ICs. 14 + They both integrate 4 buck converters and 3 LDOs with safety features like 15 15 over-/under voltage and over current detection and a watchdog. 16 16 17 17 properties: 18 18 compatible: 19 - const: rohm,bd96801 19 + enum: 20 + - rohm,bd96801 21 + - rohm,bd96805 20 22 21 23 reg: 22 24 maxItems: 1