Skip to content

Commit e593a4a

Browse files
robherringWolfram Sang
authored andcommitted
dt-bindings: i2c: qcom,i2c-cci: Fix OV7251 'data-lanes' entries
The OV7251 sensor only has a single data lane, so 2 entries is not valid. Fix this to be 1 entry as the schema specifies. The schema validation doesn't catch this currently due to some limitations in handling of arrays vs. matrices, but a fix is being worked on. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
1 parent b7b73f6 commit e593a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ examples:
270270
271271
port {
272272
ov7251_ep: endpoint {
273-
data-lanes = <0 1>;
273+
data-lanes = <0>;
274274
link-frequencies = /bits/ 64 <240000000 319200000>;
275275
remote-endpoint = <&csiphy3_ep>;
276276
};

0 commit comments

Comments
 (0)