Skip to content

Commit

Permalink
arm64: dts: qcom: sc8180x: add power-domain to UFS PHY
Browse files Browse the repository at this point in the history
[ Upstream commit 9a80ecc ]

The UFS PHY is powered on via the UFS_PHY_GDSC power domain. Add
corresponding power-domain the the PHY node.

Fixes: 8575f19 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
lumag authored and gregkh committed Aug 3, 2024
1 parent 9a39bcd commit 23ce787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/qcom/sc8180x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2142,6 +2142,8 @@
resets = <&ufs_mem_hc 0>;
reset-names = "ufsphy";

power-domains = <&gcc UFS_PHY_GDSC>;

#phy-cells = <0>;

status = "disabled";
Expand Down

0 comments on commit 23ce787

Please sign in to comment.