diff options
author | Andrew Davis <afd@ti.com> | 2024-08-21 18:23:36 +0200 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2024-08-24 21:42:22 +0200 |
commit | f92ed4e4c8454144158bda90614109373e210676 (patch) | |
tree | cb880ecbf4eb48ad1b9aade02d7ea420fb0e648c /Documentation/devicetree/bindings/soc | |
parent | arm64: dts: ti: am642-phyboard-electra: Add PRU-ICSSG nodes (diff) | |
download | linux-f92ed4e4c8454144158bda90614109373e210676.tar.xz linux-f92ed4e4c8454144158bda90614109373e210676.zip |
dt-bindings: soc: ti: am654-serdes-ctrl: Add simple-mfd to compatible items
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>
Diffstat (limited to 'Documentation/devicetree/bindings/soc')
-rw-r--r-- | Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml b/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml index a10a3b89ae05..94b36943a50f 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml @@ -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 { |