On 25/03/2023 14:51, Dylan Van Assche wrote: > Enable the SLPI DSP on the Oneplus 6 phone with a Qualcomm SDM845 SoC. > > Signed-off-by: Dylan Van Assche <me@xxxxxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > index b01542d79ae2..a14e6021c934 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > @@ -450,6 +450,11 @@ &ipa { > status = "okay"; > }; > > +&slpi_pas { Judging by context it does not look like properly ordered. m is before s. > + status = "okay"; status is the last property. > + firmware-name = "qcom/sdm845/oneplus6/slpi.mbn"; > +}; > + > &mdss { > status = "okay"; > }; Best regards, Krzysztof