Enable IPA for the SC7280 IDP, with the modem performing early
initialization.
Signed-off-by: Alex Elder <[email protected]>
---
arch/arm64/boot/dts/qcom/sc7280-idp.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
index 73225e3c2f86f..66640ce959124 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
@@ -243,6 +243,11 @@ vreg_l6e_0p8: ldo6 {
};
};
+&ipa {
+ status = "okay";
+ modem-init;
+};
+
&pmk8350_vadc {
pm8350_die_temp {
reg = <PM8350_ADC7_DIE_TEMP>;
--
2.27.0
On Wed, Aug 04, 2021 at 04:02:12PM -0500, Alex Elder wrote:
> Enable IPA for the SC7280 IDP, with the modem performing early
> initialization.
>
> Signed-off-by: Alex Elder <[email protected]>
Reviewed-by: Matthias Kaehlcke <[email protected]>