From: Patrick Whewell Date: Tue, 11 Jul 2023 18:53:30 +0000 (-0700) Subject: media: venus: Fix firmware path for sm8250 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c76db565fd2ad543236fbdd5bc560f6f449c7a9;p=linux.git media: venus: Fix firmware path for sm8250 The firmware path for the sm8250 resources is incorrect. This fixes the path to address the firmware correctly. Signed-off-by: Patrick Whewell Signed-off-by: Stanimir Varbanov Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/platform/qcom/venus/core.c b/drivers/media/platform/qcom/venus/core.c index d5e3dabc2e264..054b8e74ba4f5 100644 --- a/drivers/media/platform/qcom/venus/core.c +++ b/drivers/media/platform/qcom/venus/core.c @@ -823,7 +823,7 @@ static const struct venus_resources sm8250_res = { .vmem_size = 0, .vmem_addr = 0, .dma_mask = 0xe0000000 - 1, - .fwname = "qcom/vpu-1.0/venus.mdt", + .fwname = "qcom/vpu-1.0/venus.mbn", }; static const struct freq_tbl sc7280_freq_table[] = {