Skip to content

Commit b0c4f44

Browse files
srestorulf
authored andcommitted
dt-bindings: power: rockchip: add regulator support
Add optional support for a voltage supply required to enable a power domain. The binding follows the way it is handled by the Mediatek binding to keep things consistent. This will initially be used by the RK3588 GPU power domain, which fails to be enabled when the GPU regulator is not enabled. It is not limited to that platform, since older generations have similar requirements. They worked around this by marking the regulators as always-on instead of describing the dependency. Reviewed-by: Heiko Stuebner <[email protected]> Tested-by: Heiko Stuebner <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]> Link: https://lore.kernel.org/r/20250220-rk3588-gpu-pwr-domain-regulator-v6-6-a4f9c24e5b81@kernel.org Signed-off-by: Ulf Hansson <[email protected]>
1 parent 0104f4d commit b0c4f44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/power/rockchip,power-controller.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ $defs:
132132
A number of phandles to clocks that need to be enabled
133133
while power domain switches state.
134134
135+
domain-supply:
136+
description: domain regulator supply.
137+
135138
pm_qos:
136139
$ref: /schemas/types.yaml#/definitions/phandle-array
137140
items:

0 commit comments

Comments
 (0)