Skip to content

Commit c14d17a

Browse files
b-brnichHans Verkuil
authored andcommitted
media: chips-media: wave5: Remove K3 References
Change compatible string to match dt bindings for TI devices. K3 family prefix should not be included as it deviates from naming convention. Fixes: 9707a62 ("media: chips-media: wave5: Add the v4l2 layer") Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Closes: https://lore.kernel.org/all/CAMuHMdUYOq=q1j=d+Eac28hthOUAaNUkuvxmRu-mUN1pLKq69g@mail.gmail.com/ Signed-off-by: Brandon Brnich <b-brnich@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 520d970 commit c14d17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/platform/chips-media/wave5/wave5-vpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static const struct wave5_match_data ti_wave521c_data = {
272272
};
273273

274274
static const struct of_device_id wave5_dt_ids[] = {
275-
{ .compatible = "ti,k3-j721s2-wave521c", .data = &ti_wave521c_data },
275+
{ .compatible = "ti,j721s2-wave521c", .data = &ti_wave521c_data },
276276
{ /* sentinel */ }
277277
};
278278
MODULE_DEVICE_TABLE(of, wave5_dt_ids);

0 commit comments

Comments
 (0)