summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vladimir.zapolskiy@linaro.org>2025-05-02 23:41:42 +0300
committerHans Verkuil <hverkuil@xs4all.nl>2025-07-03 12:02:45 +0300
commitb8ef764aff5be003c149ea593e4caa99253cac5c (patch)
tree65fe556839f8285b115dfd3eae39cac3c871ceff
parent7b1747f8ad5d5d00c429bb9128025e6868005745 (diff)
downloadlinux-b8ef764aff5be003c149ea593e4caa99253cac5c.tar.xz
dt-bindings: media: qcom,x1e80100-camss: Remove clock-lanes port property
Since clock lanes under CSIPHY are hard-wired and non-selectable, it makes sense to remove this port property. The change follows the same logic as found in commit 336136e197e2 ("media: dt-bindings: media: camss: Remove clock-lane property"). Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r--Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml
index 2e7455bd75ec..c101e42f22ac 100644
--- a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml
+++ b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml
@@ -146,9 +146,6 @@ properties:
unevaluatedProperties: false
properties:
- clock-lanes:
- maxItems: 1
-
data-lanes:
minItems: 1
maxItems: 4
@@ -159,7 +156,6 @@ properties:
- 4 # MEDIA_BUS_TYPE_CSI2_DPHY
required:
- - clock-lanes
- data-lanes
required:
@@ -362,7 +358,6 @@ examples:
port@0 {
reg = <0>;
csiphy_ep0: endpoint {
- clock-lanes = <7>;
data-lanes = <0 1>;
remote-endpoint = <&sensor_ep>;
};