Commit c23f1b77 authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX



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: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 27a0d0b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";