]> www.infradead.org Git - linux.git/commitdiff
dt-bindings: soc: ti: am654-serdes-ctrl: Add simple-mfd to compatible items
authorAndrew Davis <afd@ti.com>
Wed, 21 Aug 2024 16:23:36 +0000 (11:23 -0500)
committerNishanth Menon <nm@ti.com>
Sat, 24 Aug 2024 19:42:22 +0000 (14:42 -0500)
This node contains a child which is only probed if simple-mfd is in the
compatible list. Add this here.

Signed-off-by: Andrew Davis <afd@ti.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240821162337.33774-1-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml

index a10a3b89ae05e8abbcdf8923b6d82f72179c5140..94b36943a50ffa66dfef643c1feeec523eed0484 100644 (file)
@@ -14,6 +14,7 @@ properties:
     items:
       - const: ti,am654-serdes-ctrl
       - const: syscon
+      - const: simple-mfd
 
   reg:
     maxItems: 1
@@ -31,7 +32,7 @@ additionalProperties: false
 examples:
   - |
     clock@4080 {
-        compatible = "ti,am654-serdes-ctrl", "syscon";
+        compatible = "ti,am654-serdes-ctrl", "syscon", "simple-mfd";
         reg = <0x4080 0x4>;
 
         mux-controller {