diff --git a/drivers/video/tegra/tsec/tsec.c b/drivers/video/tegra/tsec/tsec.c index e710d5e2..04394ef1 100644 --- a/drivers/video/tegra/tsec/tsec.c +++ b/drivers/video/tegra/tsec/tsec.c @@ -21,6 +21,8 @@ static struct tsec_device_data t23x_tsec_data = { .riscv_desc_bin = "tegra23x/nvhost_tsec_desc.fw", .riscv_image_bin = "tegra23x/nvhost_tsec_riscv.fw", }; +MODULE_FIRMWARE("tegra23x/nvhost_tsec_riscv.fw"); +MODULE_FIRMWARE("tegra23x/nvhost_tsec_desc.fw"); static struct tsec_device_data t239_tsec_data = { .rate = {192000000, 0, 204000000},