On 9/17/25 3:09 AM, Paul Sajna wrote:
> Add paths for Qualcomm firmware, including:
> ipa, modem, bluetooth, venus, gpu
>
> Enable adsp and cdsp nodes since their firmware is present
This commit message is a little out of sync with the patch content
[...]
> &adsp_pas {
> - firmware-name = "qcom/sdm845/judyln/adsp.mbn";
> + firmware-name = "qcom/sdm845/LG/judyln/adsp.mbn";
> };
>
> &cdsp_pas {
> - firmware-name = "qcom/sdm845/judyln/cdsp.mbn";
> + firmware-name = "qcom/sdm845/LG/judyln/cdsp.mbn";
> };
>
> &gpu {
> zap-shader {
> - firmware-name = "qcom/sdm845/judyln/a630_zap.mbn";
> + firmware-name = "qcom/sdm845/LG/judyln/a630_zap.mbn";
> };
> };
>
> +&ipa {
> + firmware-name = "qcom/sdm845/LG/judyln/ipa_fws.mbn";
> +};
> +
> &mdss {
> status = "okay";
> };
> @@ -101,7 +105,7 @@ &mdss_dsi0_out {
> };
>
> &mss_pil {
> - firmware-name = "qcom/sdm845/judyln/mba.mbn",
> "qcom/sdm845/judyln/modem.mbn";
> + firmware-name = "qcom/sdm845/LG/judyln/mba.mbn",
> "qcom/sdm845/LG/judyln/modem.mbn";
You're changing all of these paths.. have the previous ones ever
been used, e.g. in pmOS, to the best of your knowledge?
Konrad