[PATCH 1/4] dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description

From: Jonas Karlman
Date: Sun May 05 2024 - 09:42:37 EST


As can be seen in the RK809 datasheet BUCK5 and SWOUT1 share an input
supply, vcc9, and SWOUT2 use vcc8 as the input supply.

Correct the description for vcc8-supply and vcc9-supply to reflect this.

Signed-off-by: Jonas Karlman <jonas@xxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml
index 839c0521f1e5..c951056b8b4d 100644
--- a/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml
+++ b/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml
@@ -78,11 +78,11 @@ properties:

vcc8-supply:
description:
- The input supply for SWITCH_REG1.
+ The input supply for SWITCH_REG2.

vcc9-supply:
description:
- The input supply for DCDC_REG5 and SWITCH_REG2.
+ The input supply for DCDC_REG5 and SWITCH_REG1.

regulators:
type: object
--
2.43.2