The DW9718S voice coil motor is found on various smartphones like motorola-nora that are currently being worked on in the postmarketOS community. Since the way it operates is very similar to DW9719, this patch series adds support for it to the existing dw9719 driver. Because that driver did not yet support DT, we also add DT bindings and the dongwoon,dw9719 ofw compatible first. With DW9718S, the driver was tested fully, including runtime PM. Val Packett (5): media: dt-bindings: i2c: add DW9719/DW9718S VCM binding media: i2c: dw9719: add an of_match_table media: i2c: dw9719: increase tOPR wait time media: i2c: dw9719: update PM last busy time upon close media: i2c: dw9719: add support for dw9718s .../bindings/media/i2c/dongwoon,dw9719.yaml | 110 ++++++++++++++++ MAINTAINERS | 1 + drivers/media/i2c/dw9719.c | 118 ++++++++++++++++-- 3 files changed, 220 insertions(+), 9 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/dongwoon,dw9719.yaml -- 2.48.1