diff options
| author | Alan Kwong <akwong@codeaurora.org> | 2016-10-12 16:05:17 -0400 |
|---|---|---|
| committer | Alan Kwong <akwong@codeaurora.org> | 2016-10-24 19:39:02 -0400 |
| commit | f2256cebb6a5d11cbb0eb00f41ec8478c62043cf (patch) | |
| tree | be7d70202a6e78ce0cdae62fd99844c050d087c9 /Documentation/devicetree/bindings | |
| parent | 195dc24301d3416d985dec212700868952b2d021 (diff) | |
drm/msm/sde: add clock control parsing to hardware catalog
Add parsing logic to setup plane and writeback control clock
register and bit mask. Clock control registers are used to
change vbif OT settings.
Change-Id: Ie3baee8c25c2899f14c3d0e87e02dc57d73ce582
Signed-off-by: Alan Kwong <akwong@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
| -rw-r--r-- | Documentation/devicetree/bindings/display/msm/sde.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/sde.txt b/Documentation/devicetree/bindings/display/msm/sde.txt index abc1572f17d2..fb32a1d0bc6d 100644 --- a/Documentation/devicetree/bindings/display/msm/sde.txt +++ b/Documentation/devicetree/bindings/display/msm/sde.txt @@ -187,6 +187,13 @@ Optional properties: pps is not exceeded. - qcom,sde-wb-id: Array of writeback ids corresponding to the offsets defined in property: qcom,sde-wb-off. +- qcom,sde-wb-clk-ctrl: Array of 2 cell property describing clk control + offsets for dynamic clock gating. 1st value + in the array represents offset of the control + register. 2nd value represents bit offset within + control register. Number of offsets defined should + match the number of offsets defined in + property: qcom,sde-wb-off Bus Scaling Data: - qcom,msm-bus,name: String property describing client name. - qcom,msm-bus,num-cases: This is the number of Bus Scaling use cases @@ -320,6 +327,7 @@ Example: qcom,sde-dspp-ad-off = <0x100>; qcom,sde-wb-id = <2>; + qcom,sde-wb-clk-ctrl = <0x2bc 16>; qcom,sde-sspp-danger-lut = <0x000f 0xffff 0x0000>; qcom,sde-sspp-safe-lut = <0xfffc 0xff00 0xffff>; |
