Commit 0c38d6b6 authored by Sujit Kautkar's avatar Sujit Kautkar Committed by Bjorn Andersson

arm64: dts: qcom: sc7180-trogdor: Enable IPA on LTE only SKUs

Enable the IPA node for LTE and skip for wifi-only SKUs
Signed-off-by: default avatarSujit Kautkar <sujitka@chromium.org>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210920113220.v1.1.I904da9664f294fcf222f6f378d37eaadd72ca92e@changeid
parent f633d5f7
......@@ -17,3 +17,14 @@ &remoteproc_mpss {
firmware-name = "qcom/sc7180-trogdor/modem/mba.mbn",
"qcom/sc7180-trogdor/modem/qdsp6sw.mbn";
};
&ipa {
status = "okay";
/*
* Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
* modem needs to cover certain init steps (GSI init), and
* the AP needs to wait for it.
*/
modem-init;
};
......@@ -751,17 +751,6 @@ alc5682: codec@1a {
};
};
&ipa {
status = "okay";
/*
* Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
* modem needs to cover certain init steps (GSI init), and
* the AP needs to wait for it.
*/
modem-init;
};
&lpass_cpu {
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