mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add limit rate on G4 for Lahaina rumi
This patch limits the HS-G4 rate to rate-B for rumi platforms. RUMI doesn't function properly to rate-A. Hence, limit the rate to B. Change-Id: I750cd4ae3bde5cee4817af6965189b62b0d83681
This commit is contained in:
@@ -32,7 +32,8 @@ Optional properties:
|
||||
- vddp-ref-clk-supply : phandle to UFS device ref_clk pad power supply
|
||||
- vddp-ref-clk-max-microamp : specifies max. load that can be drawn from this supply
|
||||
- resets : specifies the PHY reset in the UFS controller
|
||||
|
||||
- limit-rate : specifies if the rate has to be limited to A or B.
|
||||
1 = rate B, 0 = rate A.
|
||||
Example:
|
||||
|
||||
ufsphy1: ufsphy@fc597000 {
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
&ufshc_mem {
|
||||
limit-tx-hs-gear = <1>;
|
||||
limit-rx-hs-gear = <1>;
|
||||
limit-rate = <1>;
|
||||
|
||||
vdd-hba-supply = <&gcc_ufs_phy_gdsc>;
|
||||
vdd-hba-fixed-regulator;
|
||||
|
||||
Reference in New Issue
Block a user