Re: [RESEND v5 3/7] remoteproc: qcom: Add compatible name for SC7280 ADSP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 8/23/2022 8:35 AM, Stephen Boyd wrote:
Thanks for your time Stephen!!!
Quoting Srinivasa Rao Mandadapu (2022-08-22 01:21:59)
diff --git a/drivers/remoteproc/qcom_q6v5_adsp.c b/drivers/remoteproc/qcom_q6v5_adsp.c
index d0b767f..6d409ca 100644
--- a/drivers/remoteproc/qcom_q6v5_adsp.c
+++ b/drivers/remoteproc/qcom_q6v5_adsp.c
@@ -701,6 +701,22 @@ static const struct adsp_pil_data adsp_resource_init = {
         },
  };

+static const struct adsp_pil_data adsp_sc7280_resource_init = {
+       .crash_reason_smem = 423,
+       .firmware_name = "adsp.mbn",
+       .load_state = "adsp",
+       .ssr_name = "lpass",
+       .sysmon_name = "adsp",
+       .ssctl_id = 0x14,
+       .is_wpss = false,
This can be left out, it's the default.
Okay. Will remove it and re-spin the patch.

+       .adsp_sandbox_needed = true,
+       .auto_boot = true,
+       .clk_ids = (const char*[]) {
+               "gcc_cfg_noc_lpass", NULL
+       },
+       .num_clks = 1,



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux