From: Dmitry Baryshkov Date: Wed, 1 May 2024 16:19:34 +0000 (+0300) Subject: arm64: dts: qcom: sm6350: add power-domain to UFS PHY X-Git-Tag: v6.11-rc1~188^2~8^2~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18c2727282c5264ff5502daac26c43000e8eb202;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: qcom: sm6350: 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: 5a814af5fc22 ("arm64: dts: qcom: sm6350: Add UFS nodes") Signed-off-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240501-qcom-phy-fixes-v1-8-f1fd15c33fb3@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index 84ff20a96c838..acf0b0f73af99 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -1197,6 +1197,8 @@ "ref_aux", "qref"; + power-domains = <&gcc UFS_PHY_GDSC>; + resets = <&ufs_mem_hc 0>; reset-names = "ufsphy";