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: bd96802: Add ROHM BD96806

The ROHM BD96806 is very similar to the BD96802. 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/3c245cc3829dc64d977c97eae7ae8e2be6233481.1744090658.git.mazziesaccount@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Matti Vaittinen and committed by
Lee Jones
82c21896 d5a30228

+8 -5
+8 -5
Documentation/devicetree/bindings/mfd/rohm,bd96802-pmic.yaml
··· 4 4 $id: http://devicetree.org/schemas/mfd/rohm,bd96802-pmic.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: ROHM BD96802 Scalable Power Management Integrated Circuit 7 + title: ROHM BD96802 / BD96806 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 - BD96802Qxx-C is an automotive grade configurable Power Management 14 - Integrated Circuit supporting Functional Safety features for application 13 + BD96802Qxx-C and BD96806 are automotive grade configurable Power Management 14 + Integrated Circuits supporting Functional Safety features for application 15 15 processors, SoCs and FPGAs 16 16 17 17 properties: 18 18 compatible: 19 - const: rohm,bd96802 19 + enum: 20 + - rohm,bd96802 21 + - rohm,bd96806 20 22 21 23 reg: 22 24 maxItems: 1 ··· 29 27 for fatal IRQs which will cause the PMIC to shut down power outputs. 30 28 In many systems this will shut down the SoC contolling the PMIC and 31 29 connecting/handling the errb can be omitted. However, there are cases 32 - where the SoC is not powered by the PMIC. In that case it may be 30 + where the SoC is not powered by the PMIC or has a short time backup 31 + energy to handle shutdown of critical hardware. In that case it may be 33 32 useful to connect the errb and handle errb events. 34 33 minItems: 1 35 34 maxItems: 2