From: Dmitry Baryshkov Date: Wed, 1 May 2024 16:19:31 +0000 (+0300) Subject: arm64: dts: qcom: sc8180x: add power-domain to UFS PHY X-Git-Tag: v6.11-rc1~188^2~8^2~231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a80ecce60bd4919019a3cdb64604c9b183a8518;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: qcom: sc8180x: 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: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform") Signed-off-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240501-qcom-phy-fixes-v1-5-f1fd15c33fb3@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index 1e2766a0e21d5..a2bd808bb3302 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -2245,6 +2245,8 @@ resets = <&ufs_mem_hc 0>; reset-names = "ufsphy"; + power-domains = <&gcc UFS_PHY_GDSC>; + #phy-cells = <0>; status = "disabled";