While converting the ov5647 bindings to dt-schema I noticed the remote-endpoint property was not documented in the only 2 existing image sensor bindings. Convert the ov5647 bindings and add remote-endpoint as required property to the existing ones. Jacopo Mondi (2): dt-bindings: media: ov5647: Convert to json-schema dt-bindings: media: i2c: Document 'remote-endpoint' .../devicetree/bindings/media/i2c/imx219.yaml | 5 ++ .../devicetree/bindings/media/i2c/ov5647.txt | 35 -------- .../devicetree/bindings/media/i2c/ov5647.yaml | 82 +++++++++++++++++++ .../devicetree/bindings/media/i2c/ov8856.yaml | 5 ++ 4 files changed, 92 insertions(+), 35 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.yaml -- 2.27.0