Hello, This small series extends the max96712 driver in staging to also support the MAX96724 device. The devices are similar but not identical. As the staging driver only supports the video pattern generator the changes in the driver are small, but needed, to generate a stable test pattern. Patch 1/2 extends the bindings with a new compatible for MAX96724, while patch 2/2 takes care of updating the driver to support generating a test pattern without changing the test pattern clock (which is not supported on MAX96724). These two patches where previously posted separately but have now been collected together in a series. See individual patches for changelog. Niklas Söderlund (2): dt-bindings: i2c: maxim,max96712: Add compatible for MAX96724 media: staging: max96712: Add support for MAX96724 .../bindings/media/i2c/maxim,max96712.yaml | 5 +++- drivers/staging/media/max96712/max96712.c | 26 +++++++++++++++---- 2 files changed, 25 insertions(+), 6 deletions(-) -- 2.46.0