aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2024-03-11 16:26:04 -0600
committerWolfram Sang <wsa+renesas@sang-engineering.com>2024-03-20 10:28:56 +0100
commit4a7dcd8c3a18e630f67d7f7ab058faeb85769c12 (patch)
tree8d8c00fe30bee1be30e2833b6a1ccb326855aec6
parentf76fa412f9a8cde0d80c4db01b18d9079506a487 (diff)
downloaddevicetree-rebasing-4a7dcd8c3a18e630f67d7f7ab058faeb85769c12.tar.gz
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> [ upstream commit: e593a4a2d3ad5e1a4be338b38ed6ba7c70642d88 ]
-rw-r--r--Bindings/i2c/qcom,i2c-cci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/i2c/qcom,i2c-cci.yaml b/Bindings/i2c/qcom,i2c-cci.yaml
index 8386cfe21532e5..f0eabff863106a 100644
--- a/Bindings/i2c/qcom,i2c-cci.yaml
+++ b/Bindings/i2c/qcom,i2c-cci.yaml
@@ -270,7 +270,7 @@ examples:
port {
ov7251_ep: endpoint {
- data-lanes = <0 1>;
+ data-lanes = <0>;
link-frequencies = /bits/ 64 <240000000 319200000>;
remote-endpoint = <&csiphy3_ep>;
};