diff mbox series

arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware

Message ID 20210318201405.2244723-1-dmitry.baryshkov@linaro.org
State Accepted
Commit 7443ff06da45aa68d63dd8c9c173470ba971c56a
Headers show
Series arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware | expand

Commit Message

Dmitry Baryshkov March 18, 2021, 8:14 p.m. UTC
Cange aDSP and cDSP firmware filenames to follow filenames merged into
linux-firmware tree. Switch from split .mdt files to merged .mbn files.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

---
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.30.2

Comments

Dmitry Baryshkov April 6, 2021, 2:27 p.m. UTC | #1
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?

> 

> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

> ---

>   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
Bjorn Andersson April 6, 2021, 2:39 p.m. UTC | #2
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@linaro.org>

> > ---

> >   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
Dmitry Baryshkov April 6, 2021, 3:30 p.m. UTC | #3
On Tue, 6 Apr 2021 at 17:39, Bjorn Andersson <bjorn.andersson@linaro.org> wrote:
>

> 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 a lot!

>

> Thanks,

> Bjorn

>

> > >

> > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

> > > ---

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




-- 
With best wishes
Dmitry
patchwork-bot+linux-arm-msm@kernel.org April 6, 2021, 5:30 p.m. UTC | #4
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Thu, 18 Mar 2021 23:14:05 +0300 you wrote:
> Cange aDSP and cDSP firmware filenames to follow filenames merged into

> linux-firmware tree. Switch from split .mdt files to merged .mbn files.

> 

> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

> ---

>  arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)


Here is the summary with links:
  - arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware
    https://git.kernel.org/qcom/c/7443ff06da45

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

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 {