media: i2c: ov9282: Add ov9281 compatible
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 24 Nov 2022 10:29:59 +0000 (10:29 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 6 Dec 2022 07:21:27 +0000 (07:21 +0000)
commit1b584f20d964ff612beb7e8e61cd9e2b8026d565
treec554ec0997ddc5eaa365204f4d4076890f40365e
parent7945cb531efcbede49bcb6a391e018be09d9ca6b
media: i2c: ov9282: Add ov9281 compatible

According to product brief they are identical from software point of view.
Differences are a different chief ray angle (CRA) and the package.
To distinguish ov9281 & ov9282 in userspace the name has to be explicitly
set. Provide a fixed string using platform data.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/ov9282.c