summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-21 05:33:24 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-21 05:33:24 -0800
commit9576ebffd1b780d594ede6ba8c34881e927723e4 (patch)
tree4c88843bb60362463c52ce84a2bfda58efc3666b /Documentation
parentb3b9d6343443db9cb41a50565833fb6c90e567a1 (diff)
parentfd9bba4caa0d21a0569c8bc75876c3dbe0f46c39 (diff)
Merge "phy: qcom-ufs: parse ref-clk details prior to resource request"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
index a25961c6e7de..8b99dbce871b 100644
--- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
+++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
@@ -141,6 +141,9 @@ enabled and functional in the driver:
- qcom,pm-qos-default-cpu: PM QoS voting is based on the cpu associated with each IO request by the block layer.
This defined the default cpu used for PM QoS voting in case a specific cpu value is not available.
+- qcom,vddp-ref-clk-supply : reference clock to ufs device. Controlled by the host driver.
+- qcom,vddp-ref-clk-max-microamp : specifies max. load that can be drawn for
+ ref-clk supply.
Example:
ufshc@0xfc598000 {
...