media: i2c: imx464 fixed compatible err

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I830ec663d8c23aa6df0ec4703b7fc50ad151d1ab
This commit is contained in:
Zefa Chen
2021-11-12 23:55:42 +08:00
committed by Tao Huang
parent 7b1fa2969a
commit fae7bbff82

View File

@@ -3248,14 +3248,14 @@ static int IMX464_remove(struct i2c_client *client)
#if IS_ENABLED(CONFIG_OF)
static const struct of_device_id IMX464_of_match[] = {
{ .compatible = "sony,IMX464" },
{ .compatible = "sony,imx464" },
{},
};
MODULE_DEVICE_TABLE(of, IMX464_of_match);
#endif
static const struct i2c_device_id IMX464_match_id[] = {
{ "sony,IMX464", 0 },
{ "sony,imx464", 0 },
{ },
};