[PATCH v7 4/6] dt-bindings: mfd: motorola-cpcap: document Mapphone and Mot CPCAP
Svyatoslav Ryhel <[email protected]> Tue, 21 Jul 2026 12:56:51 +0300
| Newsgroups | org.kernel.vger.linux-leds,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Add compatibles for Mapphone and Mot CPCAP subdevice compositions. Both variations cannot use st,6556002 fallback since they may be based on different controllers. Signed-off-by: Svyatoslav Ryhel <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> --- .../devicetree/bindings/mfd/motorola,cpcap.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/motorola,cpcap.yaml b/Documentation/devicetree/bindings/mfd/motorola,cpcap.yaml index 76705ea56805a..da7abe2ec9126 100644 --- a/Documentation/devicetree/bindings/mfd/motorola,cpcap.yaml +++ b/Documentation/devicetree/bindings/mfd/motorola,cpcap.yaml @@ -14,9 +14,14 @@ allOf: properties: compatible: - items: - - const: motorola,cpcap - - const: st,6556002 + oneOf: + - enum: + - motorola,mapphone-cpcap + - motorola,mot-cpcap + + - items: + - const: motorola,cpcap + - const: st,6556002 reg: maxItems: 1 -- 2.53.0