From: Dmitry Baryshkov Date: Wed, 1 May 2024 16:19:35 +0000 (+0300) Subject: arm64: dts: qcom: sm8250: add power-domain to UFS PHY X-Git-Tag: v6.11-rc1~188^2~8^2~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=154ed5ea328d8a97a4ef5d1447e6f06d11fe2bbe;p=thirdparty%2Fkernel%2Flinux.git 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: b7e2fba06622 ("arm64: dts: qcom: sm8250: Add UFS controller and PHY") Signed-off-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240501-qcom-phy-fixes-v1-9-f1fd15c33fb3@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 46d2567e9a3f1..759e0822b3acf 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -2580,6 +2580,8 @@ resets = <&ufs_mem_hc 0>; reset-names = "ufsphy"; + power-domains = <&gcc UFS_PHY_GDSC>; + #phy-cells = <0>; status = "disabled";