From: Vladimir Zapolskiy Date: Fri, 2 May 2025 20:41:41 +0000 (+0300) Subject: dt-bindings: media: qcom,x1e80100-camss: Add optional bus-type property X-Git-Tag: io_uring-6.17-20250815~92^2~109 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7b1747f8ad5d5d00c429bb9128025e6868005745;p=linux-block.git dt-bindings: media: qcom,x1e80100-camss: Add optional bus-type property Since CSIPHY IP on modern Qualcomm SoCs supports D-PHY and C-PHY interfaces, it might be necessary to specify it explicitly for some particular devices. 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 --- diff --git a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml index 680f3f514132..2e7455bd75ec 100644 --- a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml @@ -153,6 +153,11 @@ properties: minItems: 1 maxItems: 4 + bus-type: + enum: + - 1 # MEDIA_BUS_TYPE_CSI2_CPHY + - 4 # MEDIA_BUS_TYPE_CSI2_DPHY + required: - clock-lanes - data-lanes