Commit e485c6e1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sm8550-qrd: use correct UFS supply

According to schematics the VCCQ2 supply is not connected and the L3G
regulator instead powers up the controller pads (VDD_PX10).  Use correct
supply vdd-hba and drop unsupported current limit for the vdd-hba.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230906104744.163479-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 5c72cb3a
...@@ -932,8 +932,7 @@ &ufs_mem_hc { ...@@ -932,8 +932,7 @@ &ufs_mem_hc {
vcc-max-microamp = <1300000>; vcc-max-microamp = <1300000>;
vccq-supply = <&vreg_l1g_1p2>; vccq-supply = <&vreg_l1g_1p2>;
vccq-max-microamp = <1200000>; vccq-max-microamp = <1200000>;
vccq2-supply = <&vreg_l3g_1p2>; vdd-hba-supply = <&vreg_l3g_1p2>;
vccq2-max-microamp = <100>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment