Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Fixes: 051fb70 ("remoteproc: qcom: Driver for the self-authenticating Hexagon v5") Cc: stable@vger.kernel.org Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Link: https://lore.kernel.org/r/20200722201047.12975-2-sibis@...
@@ -829,6 +854,7 @@ static int q6v5_mba_load(struct q6v5 *qproc) { int ret; int xfermemop_ret; bool mba_load_err = false; qcom_q6v5_prepare(&qproc->q6v5); @@ -918,14 +944,16 @@ static int q6v5_mba_load(struct q6v5 *qproc) q6v5proc_halt_axi_port(qproc, qproc-...
[ 0.630488] (0)[1:swapper/0]pil-q6v5-mss 4080000.qcom,mss: [modem]: Error getting proxy unvoting gpio [ 0.630601] (0)[1:swapper/0]platform 4080000.qcom,mss: Driver pil-q6v5-mss requests probe deferral [ 0.631455] (0)[1:swapper/0]devinfo_data->hw_id3_gpio not specified ...
pil-q6v5-mss.c pil-q6v5.c pil-q6v5.h qmi_interface.c qmi_interface_priv.h ramdump.c rpm-smd-debug.c rpm-smd.c rpm_log.c rpm_log.h rpm_master_stat.c rpm_rbcpr_stats_v2.c rpm_stats.c rpm_stats.h scm-boot.c scm.c smd.c smd_debug.c smd_init_dt.c smd_private.c smd...
Commit 60a05ed ("arm64: dts: qcom: msm8916: Add MSM8916-specific compatibles to SCM/MSS") updated the MSM8916 device tree to make use of the new compatible but still kept the old "qcom,q6v5-pil" as fallback. This is inconsistent with other SoCs and conflicts with the description ...
compatible = "qcom,q6v5-pil"; compatible = "qcom,msm8916-mss-pil", "qcom,q6v5-pil"; reg = <0x04080000 0x100>, <0x04020000 0x040>; 0 comments on commit 60a05ed Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contac...
Commit 60a05ed ("arm64: dts: qcom: msm8916: Add MSM8916-specific compatibles to SCM/MSS") updated the MSM8916 device tree to make use of the new compatible but still kept the old "qcom,q6v5-pil" as fallback. This is inconsistent with other SoCs and conflicts with the description ...