Re: [RFC PATCH v3 1/5] dt-bindings: mfd: add entry for Marvell 88PM886 PMIC

2024-03-04 Thread Krzysztof Kozlowski
On 03/03/2024 11:04, Karel Balej wrote: > From: Karel Balej > > +examples: > + - | > +#include > +i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + pmic@30 { > +compatible = "marvell,88pm886-a1"; > +reg = <0x30>; > +interrupts = <0 4 IRQ

[RFC PATCH v3 1/5] dt-bindings: mfd: add entry for Marvell 88PM886 PMIC

2024-03-03 Thread Karel Balej
From: Karel Balej Marvell 88PM886 is a PMIC with several subdevices such as onkey, regulators or battery and charger. It comes in at least two revisions, A0 and A1 -- only A1 is described here at the moment. Signed-off-by: Karel Balej --- Notes: RFC v3: - Add wakeup-source property.