Skip to content

Commit

Permalink
regulator: fixed: Mark regulator-fixed-domain as deprecated
Browse files Browse the repository at this point in the history
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 <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20210705133441.11344-1-ulf.hansson@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Ulf Hansson authored and Mark Brown committed Jul 7, 2021
1 parent 8888ef2 commit c9cd752
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ properties:
maxItems: 1

power-domains:
deprecated: true
description:
Power domain to use for enable control. This binding is only
available if the compatible is chosen to regulator-fixed-domain.
maxItems: 1

required-opps:
deprecated: true
description:
Performance state to use for enable control. This binding is only
available if the compatible is chosen to regulator-fixed-domain. The
Expand Down

0 comments on commit c9cd752

Please sign in to comment.