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

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
......@@ -61,11 +61,6 @@ &bluetooth {
vddio-supply = <&vreg_l19b_1p8>;
};
&ipa {
status = "okay";
modem-init;
};
&pmk8350_rtc {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment