Merge "ipc : gpr-lite: set dsp state to GPR_SUBSYS_LOADED"

This commit is contained in:
qctecmdr
2023-11-15 21:29:18 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -555,6 +555,10 @@ static int gpr_probe(struct rpmsg_device *rpdev)
dev_info(dev, "%s: gpr-lite probe success\n", dev_info(dev, "%s: gpr-lite probe success\n",
__func__); __func__);
#ifndef CONFIG_MSM_QDSP6_PDR
gpr_set_q6_state(GPR_SUBSYS_LOADED);
#endif
return 0; return 0;
} }