mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
media: i2c: imx464 fixed compatible err
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I830ec663d8c23aa6df0ec4703b7fc50ad151d1ab
This commit is contained in:
@@ -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 },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user