Skip to content

Commit c9cd752

Browse files
storulfbroonie
authored andcommitted
regulator: fixed: Mark regulator-fixed-domain as deprecated
A power domain should not be modelled as a regulator, not even for the simplest case as recent discussions have concluded around the existing regulator-fixed-domain DT binding. Fortunately, there is only one user of the binding that was recently added. Therefore, let's mark the binding as deprecated to prevent it from being further used. Signed-off-by: Ulf Hansson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 8888ef2 commit c9cd752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/regulator/fixed-regulator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ properties:
5757
maxItems: 1
5858

5959
power-domains:
60+
deprecated: true
6061
description:
6162
Power domain to use for enable control. This binding is only
6263
available if the compatible is chosen to regulator-fixed-domain.
6364
maxItems: 1
6465

6566
required-opps:
67+
deprecated: true
6668
description:
6769
Performance state to use for enable control. This binding is only
6870
available if the compatible is chosen to regulator-fixed-domain. The

0 commit comments

Comments
 (0)