Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1378510
| From | Elaine Zhang <zhangqing@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 1/2] dt-bindings: modify document of Rockchip power domains |
| Date | 2016-04-14 08:30 +0200 |
| Message-ID | <rnIWR-5Pm-5@gated-at.bofh.it> (permalink) |
| References | <rnIWR-5Pm-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Rockchip Socs contain quality of service (qos) blocks managing priority,
bandwidth, etc of the connection of each domain to the interconnect.
These blocks loose state when their domain gets disabled and therefore
need to be saved when disabling and restored when enabling a power-domain.
These qos blocks also are similar over all currently available Rockchip
SoCs.
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
Documentation/devicetree/bindings/soc/rockchip/power_domain.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt b/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt
index 98085c888d65..6c571a40cd31 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt
+++ b/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt
@@ -21,6 +21,13 @@ Required properties for power domain sub nodes:
- clocks (optional): phandles to clocks which need to be enabled while power domain
switches state.
+Qos Example:
+
+ qos_gpu: qos_gpu@ffaf0000 {
+ compatible ="syscon";
+ reg = <0x0 0xffaf0000 0x0 0x20>;
+ };
+
Example:
power: power-controller {
@@ -32,6 +39,7 @@ Example:
pd_gpu {
reg = <RK3288_PD_GPU>;
clocks = <&cru ACLK_GPU>;
+ pm_qos = <&qos_gpu>;
};
};
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RESEND PATCH v2 0/2] rockchip: power-domain: support qos save and restore Elaine Zhang <zhangqing@rock-chips.com> - 2016-04-14 08:30 +0200 [PATCH v2 1/2] dt-bindings: modify document of Rockchip power domains Elaine Zhang <zhangqing@rock-chips.com> - 2016-04-14 08:30 +0200 [PATCH v2 2/2] rockchip: power-domain: support qos save and restore Elaine Zhang <zhangqing@rock-chips.com> - 2016-04-14 08:30 +0200
csiph-web