Skip to content

Commit 0e1c8dc

Browse files
olerembroonie
authored andcommitted
regulator: dt-bindings: Add system-critical-regulator property
Introduce a new Device Tree property 'system-critical-regulator' for marking a regulator as crucial for system stability or functionality. This helps in distinguishing regulators that are vital for system operations and may require special handling in under-voltage scenarios. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231026144824.4065145-2-o.rempel@pengutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b85ea95 commit 0e1c8dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/regulator/regulator.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ properties:
114114
description: Enable pull down resistor when the regulator is disabled.
115115
type: boolean
116116

117+
system-critical-regulator:
118+
description: Set if the regulator is critical to system stability or
119+
functionality.
120+
type: boolean
121+
117122
regulator-over-current-protection:
118123
description: Enable over current protection.
119124
type: boolean

0 commit comments

Comments
 (0)