Thread (23 messages) 23 messages, 5 authors, 2025-03-17

Re: [PATCH v6 02/10] dt-bindings: mfd: brcm,bcm59056: Add compatible for BCM59054

From: Rob Herring <robh@kernel.org>
Date: 2025-03-05 17:02:28
Also in: linux-devicetree, lkml

On Wed, Mar 5, 2025 at 10:52 AM Artur Weber [off-list ref] wrote:
On 4.03.2025 15:19, Rob Herring wrote:
quoted
On Tue, Mar 04, 2025 at 07:20:33AM +0100, Artur Weber wrote:
quoted
The BCM59054 MFD is fairly similar to the BCM59056, and will use
the same driver. Add compatible and specify the allowed regulator
nodes.

Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
...
And drop the allOf below.
quoted
  required:
    - compatible
@@ -30,6 +31,27 @@ required:

  additionalProperties: false

+allOf:
+  - if:
+      properties:
+        compatible:
+          contains:
+            const: brcm,bcm59054
+    then:
+      properties:
+        regulators:
+          $ref: /schemas/regulator/brcm,bcm59054.yaml#
+
+  - if:
+      properties:
+        compatible:
+          contains:
+            const: brcm,bcm59056
+    then:
+      properties:
+        regulators:
+          $ref: /schemas/regulator/brcm,bcm59056.yaml#
+
  examples:
    - |
      #include <dt-bindings/interrupt-controller/arm-gic.h>
"Drop the allOf" as in, drop just the "allOf" line or the entire block
with "if" statements? If it's the latter - wouldn't that break the
bindings for the "regulators" subnode?
Uh, I misread this thinking the regulators node had a compatible... Never mind.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help