Skip to content

Commit

Permalink
arm64: dts: qcom: sc8280xp-x13s: Update firmware location
Browse files Browse the repository at this point in the history
The firmware location in linux-firmware has been changed to include the
SoC name. So use the updated location in Thinkpad devicetree.

Reviewed-by: Johan Hovold <[email protected]>
Tested-by: Steev Klimaszewski <[email protected]>
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
Mani-Sadhasivam authored and andersson committed Sep 14, 2022
1 parent 8c8d28e commit 29f894e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@
};

&remoteproc_adsp {
firmware-name = "qcom/LENOVO/21BX/qcadsp8280.mbn";
firmware-name = "qcom/sc8280xp/LENOVO/21BX/qcadsp8280.mbn";

status = "okay";
};

&remoteproc_nsp0 {
firmware-name = "qcom/LENOVO/21BX/qccdsp8280.mbn";
firmware-name = "qcom/sc8280xp/LENOVO/21BX/qccdsp8280.mbn";

status = "okay";
};
Expand Down

0 comments on commit 29f894e

Please sign in to comment.