Message ID | 20230330165322.118279-4-me@dylanvanassche.be (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | dts: qcom: arm64: sdm845: SLPI DSP enablement | expand |
On 30.03.2023 18:53, 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@dylanvanassche.be> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > 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..3bd15984990c 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > @@ -552,6 +552,11 @@ &qup_uart9_tx { > bias-disable; > }; > > +&slpi_pas { > + firmware-name = "qcom/sdm845/oneplus6/slpi.mbn"; > + status = "okay"; > +}; > + > &sound { > compatible = "qcom,sdm845-sndcard"; > pinctrl-0 = <&quat_mi2s_active &quat_mi2s_sd0_active &quat_mi2s_sd1_active>;
On 30/03/2023 18:53, 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@dylanvanassche.be> > --- > arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 5 ++++ Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index b01542d79ae2..3bd15984990c 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -552,6 +552,11 @@ &qup_uart9_tx { bias-disable; }; +&slpi_pas { + firmware-name = "qcom/sdm845/oneplus6/slpi.mbn"; + status = "okay"; +}; + &sound { compatible = "qcom,sdm845-sndcard"; pinctrl-0 = <&quat_mi2s_active &quat_mi2s_sd0_active &quat_mi2s_sd1_active>;
Enable the SLPI DSP on the Oneplus 6 phone with a Qualcomm SDM845 SoC. Signed-off-by: Dylan Van Assche <me@dylanvanassche.be> --- arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 5 +++++ 1 file changed, 5 insertions(+)