[PATCH v2 1/1] regulator: dt-bindings: rtq2208: Mark fixed LDO VOUT property as deprecated
From: cy_huang
Date: Mon Mar 17 2025 - 23:53:11 EST
From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
Since the check for fixed LDO VOUT can be identified by the HW register,
mark the unnecessary property as deprecated.
Signed-off-by: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
---
Hi,
By Mark's comment, not to affect the old DT buggy, so mark this property as
deprecated. It's better than to directly remove it.
---
.../devicetree/bindings/regulator/richtek,rtq2208.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/regulator/richtek,rtq2208.yaml b/Documentation/devicetree/bindings/regulator/richtek,rtq2208.yaml
index 87accc6f13b8..022c1f197364 100644
--- a/Documentation/devicetree/bindings/regulator/richtek,rtq2208.yaml
+++ b/Documentation/devicetree/bindings/regulator/richtek,rtq2208.yaml
@@ -39,7 +39,7 @@ properties:
interrupts:
maxItems: 1
-
+
richtek,mtp-sel-high:
type: boolean
description:
@@ -77,6 +77,7 @@ properties:
properties:
richtek,fixed-microvolt:
+ deprecated: true
description: |
This property can be used to set a fixed operating voltage that lies outside
the range of the regulator's adjustable mode.
--
2.34.1