On Fri, 12 Jun 2020 15:47:10 +0100, Kieran Bingham wrote:
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
The MAX9286 deserializes video data received on up to 4 Gigabit
Multimedia Serial Links (GMSL) and outputs them on a CSI-2 port using up
to 4 data lanes.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Rob Herring <robh@kernel.org>
---
v7:
- Collect Rob's RB tag
- Remove redundant maxItems from remote-endpoints
- Fix SPDX licence tag
v10:
[Jacopo]
- Fix dt-validation
- Fix dt-binding examples with 2 reg entries
[Kieran]
- Correctly match the hex camera node reg
- Add (required) GPIO controller support
.../bindings/media/i2c/maxim,max9286.yaml | 366 ++++++++++++++++++
1 file changed, 366 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
My bot found errors running 'make dt_binding_check' on your patch:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/i2c/maxim,max9286.example.dt.yaml: example-0: i2c@e66d8000:reg:0: [0, 3865935872, 0, 64] is too long
See https://patchwork.ozlabs.org/patch/1308280
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.