mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
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: Sujit Kautkar <sujitka@chromium.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210920113220.v1.1.I904da9664f294fcf222f6f378d37eaadd72ca92e@changeid
This commit is contained in:
parent
f633d5f74e
commit
0c38d6b6a6
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user