[PATCH] dt-bindings: mfd: ti,tps65086: Make regulators optional

From: Rob Herring (Arm)

Date: Mon Sep 21 2026 - 19:36:16 EST


The TPS65086 MFD driver adds the regulator child device
unconditionally, and the regulator driver registers the regulators
from the parent node even when there is no regulators child node
containing init data.

Do not require the regulators container in the binding. Existing
ZynqMP boards that only describe the PMIC core and GPIO function are
valid without regulator init data.

Assisted-by: LLM
Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/ti,tps65086.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml b/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml
index a8eed9065d96..64f02d1e1e4d 100644
--- a/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml
@@ -90,7 +90,6 @@ required:
- reg
- gpio-controller
- '#gpio-cells'
- - regulators

examples:
- |
--
2.53.0