diff options
| author | Dhaval Patel <pdhaval@codeaurora.org> | 2015-02-05 22:54:41 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:37:50 -0700 |
| commit | 8a94fa17583c8fabe7db4fd7ae049bd018a2e131 (patch) | |
| tree | d8e324ad3b6bbc7dbd6c4fe16480c3ec760926d2 /Documentation | |
| parent | abb0f055e1a3b6e2cc5efbd976be804f96c8ad5a (diff) | |
msm: mdss: update regulator io as optional property
regulator io is optional property for thulium target.
Update dsi driver accordingly.
Change-Id: I745309e2028dbd0c5cefdea8e194086134b6bca7
Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt b/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt index 851513469ebc..b4294c17d7b1 100644 --- a/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt +++ b/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt @@ -11,7 +11,6 @@ Required properties: - reg-names: A list of strings that map in order to the list of regs. "dsi_ctrl" - MDSS DSI controller register region "dsi_phy" - MDSS DSI PHY register region - "dsi_phy_regulator" - MDSS DSI PHY REGULATOR region "mmss_misc_phys" - Register region for MMSS DSI clamps - vdd-supply: Phandle for vdd regulator device node. - vddio-supply: Phandle for vdd-io regulator device node. @@ -33,6 +32,8 @@ Required properties: Optional properties: - label: A string used to describe the controller used. +- reg-names: A list of strings that map in order to the list of regs. + "dsi_phy_regulator" - MDSS DSI PHY REGULATOR region - vcca-supply: Phandle for vcca regulator device node. - qcom,ctrl-supply-entries: A node that lists the elements of the supply used by the DSI controller and PHY. There can be more than one instance |
