Skip to content

Commit

Permalink
media: venus: core: correct firmware name for sm8250
Browse files Browse the repository at this point in the history
Firmware name for venus should be qcom/vpu-1.0/venus.mdt, not
qcom/sm8250/venus.mdt.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Dmitry Baryshkov authored and Mauro Carvalho Chehab committed Apr 15, 2021
1 parent 999267d commit fb2b008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/qcom/venus/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ static const struct venus_resources sm8250_res = {
.vmem_size = 0,
.vmem_addr = 0,
.dma_mask = 0xe0000000 - 1,
.fwname = "qcom/sm8250/venus.mdt",
.fwname = "qcom/vpu-1.0/venus.mdt",
};

static const struct of_device_id venus_dt_match[] = {
Expand Down

0 comments on commit fb2b008

Please sign in to comment.