OSDN Git Service

arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 22 Dec 2021 15:08:13 +0000 (09:08 -0600)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 22 Dec 2021 15:08:13 +0000 (09:08 -0600)
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>
arch/arm64/boot/dts/qcom/sm6125.dtsi

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