Skip to content

Commit 0a6e1a5

Browse files
marcanjannau
authored andcommitted
media: apple: isp: Enable t6000
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 8d89b16 commit 0a6e1a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/media/platform/apple/isp/isp-drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ static const struct apple_isp_hw apple_isp_hw_t8110 = {
353353

354354
static const struct of_device_id apple_isp_of_match[] = {
355355
{ .compatible = "apple,t8103-isp", .data = &apple_isp_hw_t8103 },
356+
{ .compatible = "apple,t6000-isp", .data = &apple_isp_hw_t6000 },
356357
{},
357358
};
358359
MODULE_DEVICE_TABLE(of, apple_isp_of_match);

0 commit comments

Comments
 (0)