[PATCHv2 1/1] dt-bindings: power: rockchip: Increase pm_qos number
Sebastian Reichel
sebastian.reichel at collabora.com
Mon Nov 7 10:02:31 PST 2022
On RK3588 some power domains require multiple qos blocks to be
saved. The maximum required number for RK3588 is 8 (for VDPU).
Acked-by: Heiko Stuebner <heiko at sntech.de>
Signed-off-by: Sebastian Reichel <sebastian.reichel at collabora.com>
---
Changes since PATCHv1:
* https://lore.kernel.org/all/20221021171405.86509-1-sebastian.reichel@collabora.com/
* add minItems: 1
* add Ack from Heiko
---
.../devicetree/bindings/power/rockchip,power-controller.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml b/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml
index 0d5e999a58f1..dc877416e1fd 100644
--- a/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml
+++ b/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml
@@ -134,7 +134,8 @@ $defs:
pm_qos:
$ref: /schemas/types.yaml#/definitions/phandle-array
items:
- maxItems: 1
+ minItems: 1
+ maxItems: 8
description: |
A number of phandles to qos blocks which need to be saved and restored
while power domain switches state.
--
2.35.1
More information about the Linux-rockchip
mailing list