Message ID | 20210804210214.1891755-3-elder@linaro.org |
---|---|
State | New |
Headers | show |
Series | arm64: dts: qcom: IPA-related DTS updates | expand |
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 <elder@linaro.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
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>;
Enable IPA for the SC7280 IDP, with the modem performing early initialization. Signed-off-by: Alex Elder <elder@linaro.org> --- arch/arm64/boot/dts/qcom/sc7280-idp.dts | 5 +++++ 1 file changed, 5 insertions(+) -- 2.27.0