]> Git Repo - linux.git/commitdiff
regulator: fixed: Mark regulator-fixed-domain as deprecated
authorUlf Hansson <[email protected]>
Mon, 5 Jul 2021 13:34:41 +0000 (15:34 +0200)
committerMark Brown <[email protected]>
Wed, 7 Jul 2021 11:01:30 +0000 (12:01 +0100)
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]>
Documentation/devicetree/bindings/regulator/fixed-regulator.yaml

index 8850c01bd47060c2aad7cefa74d37fa303a286a8..9b131c6facbc0032b4a994b9f0f374397380c179 100644 (file)
@@ -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
This page took 0.061612 seconds and 4 git commands to generate.