mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 12:25:18 +02:00
arm64: dts: qcom: sm8250: add power-domain to UFS PHY
The UFS PHY is powered on via the UFS_PHY_GDSC power domain. Add
corresponding power-domain the the PHY node.
Fixes: b7e2fba066
("arm64: dts: qcom: sm8250: Add UFS controller and PHY")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240501-qcom-phy-fixes-v1-9-f1fd15c33fb3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
18c2727282
commit
154ed5ea32
|
@ -2580,6 +2580,8 @@
|
||||||
resets = <&ufs_mem_hc 0>;
|
resets = <&ufs_mem_hc 0>;
|
||||||
reset-names = "ufsphy";
|
reset-names = "ufsphy";
|
||||||
|
|
||||||
|
power-domains = <&gcc UFS_PHY_GDSC>;
|
||||||
|
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user