Hello everyone, These two patches convert dw9807 bindings to json-schema and add a new compatible string to the dw9807-vcm driver in order to support existing ACPI firmware. since v2: - Send the correct patches --- v2 patches were from an old branch before v1. since v1: - Use stronger language in a comment related to a compatible string for old firmware. - Remove extra newlines and quotes from bindings. Sakari Ailus (2): dt-bindings: Convert Dongwoon dw9807-vcm bindings to json-schema dw9807-vcm: Add "dongwoon,dw9807" compatible string .../media/i2c/dongwoon,dw9807-vcm.txt | 9 ---- .../media/i2c/dongwoon,dw9807-vcm.yaml | 41 +++++++++++++++++++ drivers/media/i2c/dw9807-vcm.c | 2 + 3 files changed, 43 insertions(+), 9 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.yaml -- 2.30.2