Message ID | 20220915152630.133528-7-dmitry.baryshkov@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | arm64: qcom: dts: correct firmware paths | expand |
On 15.09.2022 17:26, Dmitry Baryshkov wrote: > Correct firmware paths for the Sony Xperia 1 IV to include the SoC name. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- SONY/not-SONY discussion from my Sagami email aside, it's fine to change pdx223 to nagara here, as its cousin, the 5 IV was announced like 2 weeks ago and looking at the fw that was uploaded to their OTA servers, I can tell they are still using a single key for devices sharing the same SoC, as they always has been. Konrad > .../boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts b/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts > index d68765eb6d4f..ae867dbe4762 100644 > --- a/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts > +++ b/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts > @@ -523,17 +523,17 @@ &pcie0_phy { > }; > > &remoteproc_adsp { > - firmware-name = "qcom/adsp.mbn"; > + firmware-name = "qcom/sdm8450/pdx223/adsp.mbn"; > status = "okay"; > }; > > &remoteproc_cdsp { > - firmware-name = "qcom/cdsp.mbn"; > + firmware-name = "qcom/sdm8450/pdx223/cdsp.mbn"; > status = "okay"; > }; > > &remoteproc_slpi { > - firmware-name = "qcom/slpi.mbn"; > + firmware-name = "qcom/sdm8450/pdx223/slpi.mbn"; > status = "okay"; > }; >
diff --git a/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts b/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts index d68765eb6d4f..ae867dbe4762 100644 --- a/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts +++ b/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts @@ -523,17 +523,17 @@ &pcie0_phy { }; &remoteproc_adsp { - firmware-name = "qcom/adsp.mbn"; + firmware-name = "qcom/sdm8450/pdx223/adsp.mbn"; status = "okay"; }; &remoteproc_cdsp { - firmware-name = "qcom/cdsp.mbn"; + firmware-name = "qcom/sdm8450/pdx223/cdsp.mbn"; status = "okay"; }; &remoteproc_slpi { - firmware-name = "qcom/slpi.mbn"; + firmware-name = "qcom/sdm8450/pdx223/slpi.mbn"; status = "okay"; };
Correct firmware paths for the Sony Xperia 1 IV to include the SoC name. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- .../boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)