diff options
| author | Chandan Uddaraju <chandanu@codeaurora.org> | 2014-05-19 12:23:43 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:41:17 -0700 |
| commit | f4ab33c242ca3ea9173c6331eb0888587e0f5979 (patch) | |
| tree | 1490b188d53574842ba3fe74c9723fb75064d898 /Documentation | |
| parent | b5a85b47aef32cbdee68932378da6cf949348470 (diff) | |
clk: qcom: mdss: add mdss 20nm pll clock driver support
Add support for new 20nm PLL clock driver to handle
different DSI panel resolutions. Add seperate files
to support this new 20nm PHY PLL block.
Change-Id: I4ee5309449f317daddba7106cb8e1829fd6e76cf
[veeras@codeaurora.org: As part of the 3.18 upgrade,
removing all the msm/mdss display related changes from this
commit as it was already updated during that msm/mdss folder update]
Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org>
Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/fb/mdss-pll.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-pll.txt b/Documentation/devicetree/bindings/fb/mdss-pll.txt index 96f1aeed47f5..fbb18c638ea9 100644 --- a/Documentation/devicetree/bindings/fb/mdss-pll.txt +++ b/Documentation/devicetree/bindings/fb/mdss-pll.txt @@ -16,6 +16,7 @@ Required properties: Optional properties: - label: A string used to describe the driver used. +- vcca-supply: Phandle for vcca regulator device node. - qcom,platform-supply-entries: A node that lists the elements of the supply. There can be more than one instance of this binding, @@ -43,6 +44,7 @@ Example: reg-names = "pll_base"; gdsc-supply = <&gdsc_mdss>; vddio-supply = <&pm8941_l12>; + vcca-supply = <&pm8941_l28>; clock-names = "mdp_core_clk", "iface_clk", "bus_clk"; clock-rate = <0>, <0>, <0>; |
