On Fri, 22 Apr 2022 at 10:48, Xin Ji <xji@xxxxxxxxxxxxxxxx> wrote: > > No properly bus-type for DPI video bus, add bus-type 7 for it. > > Acked-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Xin Ji <xji@xxxxxxxxxxxxxxxx> > --- > 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 <robert.foss@xxxxxxxxxx>