diff options
author | Konrad Dybcio <[email protected]> | 2023-12-14 19:13:39 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-12-17 14:28:17 -0600 |
commit | 2564209891a436f71c6c8a245d3b56cf4382d65d (patch) | |
tree | 8f1ef6232582695853c268408c37d260ad95ce0e | |
parent | 5037ca35ce42a962ea1b03895effd632a516b3b7 (diff) |
arm64: dts: qcom: sc8180x: Add UFS GDSC
To make sure the UFS controller and some relevant clocks have power
flowing to them, hook up the forgotten-about GDSC.
Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8180x.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index d33bdb8694b0..e2b2059a9405 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -2110,6 +2110,8 @@ <0 0>, <0 0>; + power-domains = <&gcc UFS_PHY_GDSC>; + status = "disabled"; }; |