Loading arch/arm64/boot/dts/qcom/sdm845.dtsi +1 −0 Original line number Diff line number Diff line Loading @@ -2969,6 +2969,7 @@ compatible = "qcom,pil-tz-generic"; qcom,pas-id = <0xf>; qcom,firmware-name = "ipa_fws"; qcom,pil-force-shutdown; }; qcom,chd_sliver { Loading drivers/platform/msm/ipa/ipa_v3/ipa.c +2 −0 Original line number Diff line number Diff line Loading @@ -4427,6 +4427,8 @@ static int ipa3_pil_load_ipa_fws(void) if (IS_ERR_OR_NULL(subsystem_get_retval)) { IPAERR("Unable to trigger PIL process for FW loading\n"); return -EINVAL; } else { subsystem_put(subsystem_get_retval); } IPADBG("PIL FW loading process is complete\n"); Loading Loading
arch/arm64/boot/dts/qcom/sdm845.dtsi +1 −0 Original line number Diff line number Diff line Loading @@ -2969,6 +2969,7 @@ compatible = "qcom,pil-tz-generic"; qcom,pas-id = <0xf>; qcom,firmware-name = "ipa_fws"; qcom,pil-force-shutdown; }; qcom,chd_sliver { Loading
drivers/platform/msm/ipa/ipa_v3/ipa.c +2 −0 Original line number Diff line number Diff line Loading @@ -4427,6 +4427,8 @@ static int ipa3_pil_load_ipa_fws(void) if (IS_ERR_OR_NULL(subsystem_get_retval)) { IPAERR("Unable to trigger PIL process for FW loading\n"); return -EINVAL; } else { subsystem_put(subsystem_get_retval); } IPADBG("PIL FW loading process is complete\n"); Loading