aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2021-12-22 09:08:13 -0600
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-12-22 09:08:13 -0600
commitc23f1b77358c173a25ef21303d2a8cc893e9ce22 (patch)
tree0592805fd8bfc836e2b04aff4d167e86cc4bc4c8
parent27a0d0b846d9add93a65c25149aae14ec3f75524 (diff)
arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCXqcom-arm64-for-5.17-1
The SM6125_VDDCX constant is introduced through a separate branch and is not available in the dts branch. Temporarily replace the constant with it's value to avoid the build breakage. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sm6125.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6125.dtsi b/arch/arm64/boot/dts/qcom/sm6125.dtsi
index e81b2a7794fb..49e6bca646c2 100644
--- a/arch/arm64/boot/dts/qcom/sm6125.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6125.dtsi
@@ -449,7 +449,7 @@
<&xo_board>;
clock-names = "iface", "core", "xo";
- power-domains = <&rpmpd SM6125_VDDCX>;
+ power-domains = <&rpmpd 0>;
bus-width = <8>;
non-removable;
@@ -474,7 +474,7 @@
pinctrl-1 = <&sdc2_state_off>;
pinctrl-names = "default", "sleep";
- power-domains = <&rpmpd SM6125_VDDCX>;
+ power-domains = <&rpmpd 0>;
bus-width = <4>;
status = "disabled";