Message ID | 20250502204142.2064496-3-vladimir.zapolskiy@linaro.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: media: qcom,x1e80100-camss: Some minor fixes | expand |
On 02/05/2025 21:41, Vladimir Zapolskiy wrote: > 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 <vladimir.zapolskiy@linaro.org> > --- > .../devicetree/bindings/media/qcom,x1e80100-camss.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > 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 Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
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
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 <vladimir.zapolskiy@linaro.org> --- .../devicetree/bindings/media/qcom,x1e80100-camss.yaml | 5 +++++ 1 file changed, 5 insertions(+)