2021-08-04 22:29:44

by Alex Elder

[permalink] [raw]
Subject: [PATCH 2/4] arm64: dts: qcom: sc7280: enable IPA for sc7280-idp

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


2021-08-06 06:50:13

by Matthias Kaehlcke

[permalink] [raw]
Subject: Re: [PATCH 2/4] arm64: dts: qcom: sc7280: enable IPA for sc7280-idp

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]>