Commit c14d17a3 authored by Brandon Brnich's avatar Brandon Brnich Committed by Hans Verkuil

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: 9707a625 ("media: chips-media: wave5: Add the v4l2 layer")
Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Closes: https://lore.kernel.org/all/CAMuHMdUYOq=q1j=d+Eac28hthOUAaNUkuvxmRu-mUN1pLKq69g@mail.gmail.com/Signed-off-by: default avatarBrandon Brnich <b-brnich@ti.com>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 520d9708
...@@ -272,7 +272,7 @@ static const struct wave5_match_data ti_wave521c_data = { ...@@ -272,7 +272,7 @@ static const struct wave5_match_data ti_wave521c_data = {
}; };
static const struct of_device_id wave5_dt_ids[] = { static const struct of_device_id wave5_dt_ids[] = {
{ .compatible = "ti,k3-j721s2-wave521c", .data = &ti_wave521c_data }, { .compatible = "ti,j721s2-wave521c", .data = &ti_wave521c_data },
{ /* sentinel */ } { /* sentinel */ }
}; };
MODULE_DEVICE_TABLE(of, wave5_dt_ids); MODULE_DEVICE_TABLE(of, wave5_dt_ids);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment