blob: 25580918218535fd971263c992ca35ea50f4a77f [file] [log] [blame]
Channagoud Kadabi6d4bb832016-06-30 23:40:05 -07001/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
Subhash Jadavani877ec812016-08-04 13:23:24 -070012
13&ufsphy_mem {
14 compatible = "qcom,ufs-phy-qrbtc-msmskunk";
Subhash Jadavanicdd5cbc2016-08-10 18:40:26 -070015
16 vdda-phy-supply = <&pmcobalt_l1>;
17 vdda-pll-supply = <&pmcobalt_l2>;
18 vddp-ref-clk-supply = <&pmcobalt_l26>;
19 vdda-phy-max-microamp = <44000>;
20 vdda-pll-max-microamp = <14600>;
21 vddp-ref-clk-max-microamp = <100>;
22 vddp-ref-clk-always-on;
23
Subhash Jadavani877ec812016-08-04 13:23:24 -070024 status = "ok";
25};
26
27&ufs_mem {
Subhash Jadavani877ec812016-08-04 13:23:24 -070028 limit-tx-hs-gear = <1>;
29 limit-rx-hs-gear = <1>;
Subhash Jadavani58f6c102016-08-12 16:53:39 -070030 scsi-cmd-timeout = <300000>;
Subhash Jadavani877ec812016-08-04 13:23:24 -070031
Subhash Jadavanicdd5cbc2016-08-10 18:40:26 -070032 vdd-hba-supply = <&ufs_phy_gdsc>;
33 vdd-hba-fixed-regulator;
34 vcc-supply = <&pmcobalt_l20>;
35 vccq2-supply = <&pmcobalt_s4>;
36 vcc-max-microamp = <600000>;
37 vccq2-max-microamp = <600000>;
38
Subhash Jadavani877ec812016-08-04 13:23:24 -070039 qcom,disable-lpm;
40 rpm-level = <0>;
41 spm-level = <0>;
42 status = "ok";
43};