On 03/12/2025 10:40, Paul Sajna wrote:
Add paths for Qualcomm firmware, including:
ipa, modem, bluetooth, venus, gpu
Enable adsp and cdsp nodes since their firmware is present
GPU and bluetooth are confirmed working, others may need more
testing/fixes
But regardless they will need the firmware paths specified here
and firmware added upstream before they will work, so might as well
get started on it now.
Signed-off-by: Paul Sajna <[email protected]>
---
arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi | 10 ++++++++++
arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts | 20 +++++++++++++++-----
2 files changed, 25 insertions(+), 5 deletions(-)
[...]
&adsp_pas {
- firmware-name = "qcom/sdm845/judyln/adsp.mbn";
+ firmware-name = "qcom/sdm845/lg/judyln/adsp.mbn";
};
Since you'll be rebasing again anyway, the current recommendation is using
sdm845/Vendor/codename, thus in case of LG being whole in uppercase I
would say it should look like:
sdm845/LG/judyln/...
David
[...]