On Tue 06 Apr 09:27 CDT 2021, Dmitry Baryshkov wrote: > Hi Bjorn, > > On 18/03/2021 23:14, Dmitry Baryshkov wrote: > > Cange aDSP and cDSP firmware filenames to follow filenames merged into > > linux-firmware tree. Switch from split .mdt files to merged .mbn files. > > Any chance of getting this into 5.13? > I've picked this up and will send another set of pull requests this week, hopefully soc@ will accept them. Thanks, Bjorn > > > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > > index c4ac6f5dc008..b36a002c654a 100644 > > --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > > +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > > @@ -244,7 +244,7 @@ vph_pwr: vph-pwr-regulator { > > &adsp_pas { > > status = "okay"; > > - firmware-name = "qcom/sdm845/adsp.mdt"; > > + firmware-name = "qcom/sdm845/adsp.mbn"; > > }; > > &apps_rsc { > > @@ -390,7 +390,7 @@ vreg_bob: bob { > > &cdsp_pas { > > status = "okay"; > > - firmware-name = "qcom/sdm845/cdsp.mdt"; > > + firmware-name = "qcom/sdm845/cdsp.mbn"; > > }; > > &dsi0 { > > > > > -- > With best wishes > Dmitry