From b8ef764aff5be003c149ea593e4caa99253cac5c Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Fri, 2 May 2025 23:41:42 +0300 Subject: [PATCH] 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 Reviewed-by: Krzysztof Kozlowski Reviewed-by: Bryan O'Donoghue Signed-off-by: Bryan O'Donoghue Signed-off-by: Hans Verkuil --- .../devicetree/bindings/media/qcom,x1e80100-camss.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml index 2e7455bd75ecc..c101e42f22ac3 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>; }; -- 2.47.2