diff options
| author | Alain Volmat <alain.volmat@foss.st.com> | 2025-02-10 11:04:31 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-25 10:45:21 +0200 |
| commit | 39cb5a29cd60866616b9378beac329ce6cc91f7a (patch) | |
| tree | 14febf3f2aa426aac19887b56ef4fc30d4f8e312 /Documentation | |
| parent | 480faed292f2bb4b8e0196596f587364d5fcf8a5 (diff) | |
| download | linux-39cb5a29cd60866616b9378beac329ce6cc91f7a.tar.gz linux-39cb5a29cd60866616b9378beac329ce6cc91f7a.tar.bz2 linux-39cb5a29cd60866616b9378beac329ce6cc91f7a.zip | |
dt-bindings: media: st,stmipid02: correct lane-polarities maxItems
commit 3a544a39e0a4c492e3026dfbed018321d2bd6caa upstream.
The MIPID02 can use up to 2 data lanes which leads to having a maximum
item number of 3 for the lane-polarities since this also contains the
clock lane.
CC: stable@vger.kernel.org
Fixes: c2741cbe7f8a ("dt-bindings: media: st,stmipid02: Convert the text bindings to YAML")
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml index b68141264c0e..4d40e75b4e1e 100644 --- a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml +++ b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml @@ -71,7 +71,7 @@ properties: description: Any lane can be inverted or not. minItems: 1 - maxItems: 2 + maxItems: 3 required: - data-lanes |
