Skip to content

Commit 93572f2

Browse files
6by9pelwell
authored andcommitted
media: hevc_dec: Add compatible string for BCM2712.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent 7b8e959 commit 93572f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/media/platform/raspberrypi/hevc_dec

drivers/media/platform/raspberrypi/hevc_dec/hevc_d.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ static void hevc_d_remove(struct platform_device *pdev)
308308

309309
static const struct of_device_id hevc_d_dt_match[] = {
310310
{ .compatible = "brcm,bcm2711-hevc-dec", },
311+
{ .compatible = "brcm,bcm2712-hevc-dec", },
311312
{ /* sentinel */ }
312313
};
313314
MODULE_DEVICE_TABLE(of, hevc_d_dt_match);

0 commit comments

Comments
 (0)