Commit d4d4a7c4 authored by Alex Elder's avatar Alex Elder Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sc7280-idp: don't modify &ipa twice



In "sc7280-idp.dts", the IPA node is modified after being defined.
However that file includes "sc7280-idp.dtsi", which also modifies
the IPA node (in the same way).  This only needs to be done in
"sc7280-idp.dtsi".

Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221108201625.1220919-1-elder@linaro.org
parent 2ffa0ca4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -61,11 +61,6 @@
	vddio-supply = <&vreg_l19b_1p8>;
};

&ipa {
	status = "okay";
	modem-init;
};

&pmk8350_rtc {
	status = "okay";
};