2022-04-22 17:22:33

by Xin Ji

[permalink] [raw]
Subject: [PATCH v2 2/4] dt-bindings: media: video-interfaces: Add new bus-type

No properly bus-type for DPI video bus, add bus-type 7 for it.

Acked-by: Rob Herring <[email protected]>
Signed-off-by: Xin Ji <[email protected]>
---
Documentation/devicetree/bindings/media/video-interfaces.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/video-interfaces.yaml b/Documentation/devicetree/bindings/media/video-interfaces.yaml
index 4391dce2caee..68c3b9871cf3 100644
--- a/Documentation/devicetree/bindings/media/video-interfaces.yaml
+++ b/Documentation/devicetree/bindings/media/video-interfaces.yaml
@@ -93,6 +93,7 @@ properties:
- 4 # MIPI CSI-2 D-PHY
- 5 # Parallel
- 6 # BT.656
+ - 7 # DPI
description:
Data bus type.

--
2.25.1


2022-04-22 21:33:08

by Robert Foss

[permalink] [raw]
Subject: Re: [PATCH v2 2/4] dt-bindings: media: video-interfaces: Add new bus-type

On Fri, 22 Apr 2022 at 10:48, Xin Ji <[email protected]> wrote:
>
> No properly bus-type for DPI video bus, add bus-type 7 for it.
>
> Acked-by: Rob Herring <[email protected]>
> Signed-off-by: Xin Ji <[email protected]>
> ---
> Documentation/devicetree/bindings/media/video-interfaces.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/media/video-interfaces.yaml b/Documentation/devicetree/bindings/media/video-interfaces.yaml
> index 4391dce2caee..68c3b9871cf3 100644
> --- a/Documentation/devicetree/bindings/media/video-interfaces.yaml
> +++ b/Documentation/devicetree/bindings/media/video-interfaces.yaml
> @@ -93,6 +93,7 @@ properties:
> - 4 # MIPI CSI-2 D-PHY
> - 5 # Parallel
> - 6 # BT.656
> + - 7 # DPI
> description:
> Data bus type.
>

Reviewed-by: Robert Foss <[email protected]>