summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAsutosh Das <asutoshd@codeaurora.org>2016-11-10 15:55:24 +0530
committerAsutosh Das <asutoshd@codeaurora.org>2016-12-12 11:06:01 +0530
commit998ec9c188bf78f2ffd1c9e7bbf65c525e225db2 (patch)
tree2ec31c31cff79f9c7432a9267373dd5b16778c23 /Documentation
parenta80e267a8c0d61790c3d1d5f7181ebd1be39c438 (diff)
phy: ufs: add UFS PHY support for msmfalcon
Add support for new UFS PHY that is used in falcon msm. This PHY is identical to the final 8996 PHY except it has been moved to VDDMX and level shifters have been added between the controller/chip and the PHY. Change-Id: I50681c877917a58c3d70262597300b0d66b1e3a8 Signed-off-by: Asutosh Das <asutoshd@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/ufs/ufs-qcom.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ufs/ufs-qcom.txt b/Documentation/devicetree/bindings/ufs/ufs-qcom.txt
index 80488c802df2..66142b4cd880 100644
--- a/Documentation/devicetree/bindings/ufs/ufs-qcom.txt
+++ b/Documentation/devicetree/bindings/ufs/ufs-qcom.txt
@@ -9,7 +9,9 @@ contain a phandle reference to UFS PHY node.
Required properties:
- compatible : compatible list, contains "qcom,ufs-phy-qmp-20nm"
or "qcom,ufs-phy-qmp-14nm" or "qcom,ufs-phy-qmp-v3"
- or "qcom,ufs-phy-qrbtc-v2" according to the relevant phy in use.
+ or "qcom,ufs-phy-qrbtc-v2" or
+ "qcom,ufs-phy-qmp-v3-falcon"
+ according to the relevant phy in use.
- reg : should contain PHY register address space (mandatory),
- reg-names : indicates various resources passed to driver (via reg proptery) by name.
Required "reg-names" is "phy_mem".