media: dw9807-vcm: Add "dongwoon,dw9807" compatible string
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 17 Aug 2021 06:52:29 +0000 (08:52 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 17 May 2022 07:09:03 +0000 (09:09 +0200)
commitc1b77f25247fa19aa738cfda14f4525583a1f32a
tree2a2cd7df99001f9d4812e65cc8219593fec37c33
parenta1f4626b282d4e419047d47c1b0b1055f3c12a19
media: dw9807-vcm: Add "dongwoon,dw9807" compatible string

There is firmware out there that uses "dongwoon,dw9807" compatible string
that never made it to upstream as-is. Add it to the driver to make it load
on such systems.

The chip also has an EEPROM part which is AT24 compatible (for reading
purposes) on a separate I²C address. Adding possible support for this in
the future is not affected by this change.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/dw9807-vcm.c