Revert "arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX"
authorMarijn Suijten <marijn.suijten@somainline.org>
Wed, 29 Dec 2021 22:01:17 +0000 (23:01 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 1 Feb 2022 00:20:29 +0000 (18:20 -0600)
This reverts commit c23f1b77358c173a25ef21303d2a8cc893e9ce22.

The SM6125_VDDCX constant was replaced with 0 temporarily as the header
patch defining this constant resided in a different branch, creating an
unwanted dependency of the dts branch on the drivers branch.
Now (by the time this patch will be applied) that both branches have
been merged upstream, it is safe to revert to the constant again.

Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211229220117.293542-1-marijn.suijten@somainline.org
arch/arm64/boot/dts/qcom/sm6125.dtsi

index 49e6bca..e81b2a7 100644 (file)
                                 <&xo_board>;
                        clock-names = "iface", "core", "xo";
 
-                       power-domains = <&rpmpd 0>;
+                       power-domains = <&rpmpd SM6125_VDDCX>;
 
                        bus-width = <8>;
                        non-removable;
                        pinctrl-1 = <&sdc2_state_off>;
                        pinctrl-names = "default", "sleep";
 
-                       power-domains = <&rpmpd 0>;
+                       power-domains = <&rpmpd SM6125_VDDCX>;
 
                        bus-width = <4>;
                        status = "disabled";