mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: qcom: w737: correct firmware paths
Correct firmware paths for the Samsung Galaxy Book2 to include the SoC name. 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-2-dmitry.baryshkov@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
bcf429831e
commit
7d1473d7ba
@@ -124,7 +124,7 @@
|
||||
};
|
||||
|
||||
&adsp_pas {
|
||||
firmware-name = "qcom/samsung/w737/qcadsp850.mbn";
|
||||
firmware-name = "qcom/sdm850/samsung/w737/qcadsp850.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -336,7 +336,7 @@
|
||||
};
|
||||
|
||||
&cdsp_pas {
|
||||
firmware-name = "qcom/samsung/w737/qccdsp850.mbn";
|
||||
firmware-name = "qcom/sdm850/samsung/w737/qccdsp850.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
&ipa {
|
||||
status = "okay";
|
||||
memory-region = <&ipa_fw_mem>;
|
||||
firmware-name = "qcom/samsung/w737/ipa_fws.elf";
|
||||
firmware-name = "qcom/sdm850/samsung/w737/ipa_fws.elf";
|
||||
};
|
||||
|
||||
/* No idea why it causes an SError when enabled */
|
||||
@@ -395,7 +395,7 @@
|
||||
|
||||
&mss_pil {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/samsung/w737/qcdsp1v2850.mbn", "qcom/samsung/w737/qcdsp2850.mbn";
|
||||
firmware-name = "qcom/sdm850/samsung/w737/qcdsp1v2850.mbn", "qcom/sdm850/samsung/w737/qcdsp2850.mbn";
|
||||
};
|
||||
|
||||
&qup_i2c10_default {
|
||||
@@ -698,7 +698,7 @@
|
||||
|
||||
&venus {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/samsung/w737/qcvss850.mbn";
|
||||
firmware-name = "qcom/sdm850/samsung/w737/qcvss850.mbn";
|
||||
};
|
||||
|
||||
&wcd9340{
|
||||
|
||||
Reference in New Issue
Block a user