mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: sagami: correct firmware paths
Correct firmware paths for the Sony Xperia Sagami devices to include the SoC name, vendor and platform names. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220919190037.2122284-5-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
6dae44d91e
commit
f0a577c3a8
1 changed files with 5 additions and 5 deletions
|
|
@ -77,12 +77,12 @@
|
|||
|
||||
&adsp {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/adsp.mbn";
|
||||
firmware-name = "qcom/sm8350/Sony/sagami/adsp.mbn";
|
||||
};
|
||||
|
||||
&cdsp {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/cdsp.mbn";
|
||||
firmware-name = "qcom/sm8350/Sony/sagami/cdsp.mbn";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
|
|
@ -175,12 +175,12 @@
|
|||
&ipa {
|
||||
status = "okay";
|
||||
memory-region = <&pil_ipa_fw_mem>;
|
||||
firmware-name = "qcom/ipa_fws.mbn";
|
||||
firmware-name = "qcom/sm8350/Sony/sagami/ipa_fws.mbn";
|
||||
};
|
||||
|
||||
&mpss {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/modem.mbn";
|
||||
firmware-name = "qcom/sm8350/Sony/sagami/modem.mbn";
|
||||
};
|
||||
|
||||
&pmk8350_rtc {
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
|
||||
&slpi {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/slpi.mbn";
|
||||
firmware-name = "qcom/sm8350/Sony/sagami/slpi.mbn";
|
||||
};
|
||||
|
||||
&spi14 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue