Message ID | 20230408174736.1789082-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: drm/bridge: ti-sn65dsi86: Fix the video-interfaces.yaml references | expand |
On Sat, Apr 08, 2023 at 02:47:36PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > video-interface.txt does not exist anymore, as it has been converted > to video-interfaces.yaml. > > Update the references to the new file name. > > Signed-off-by: Fabio Estevam <festevam@denx.de> > --- > .../devicetree/bindings/display/bridge/ti,sn65dsi86.yaml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml > index 911564468c5e..967b1deb4936 100644 > --- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml > @@ -106,7 +106,7 @@ properties: > description: > If you have 1 logical lane the bridge supports routing > to either port 0 or port 1. Port 0 is suggested. > - See ../../media/video-interface.txt for details. > + See ../../media/video-interfaces.yaml for details. I would just drop this. There *should* be a $ref to the schema already up above here. > > - minItems: 2 > maxItems: 2 > @@ -118,7 +118,7 @@ properties: > description: > If you have 2 logical lanes the bridge supports > reordering but only on physical ports 0 and 1. > - See ../../media/video-interface.txt for details. > + See ../../media/video-interfaces.yaml for details. > > - minItems: 4 > maxItems: 4 > @@ -132,7 +132,7 @@ properties: > description: > If you have 4 logical lanes the bridge supports > reordering in any way. > - See ../../media/video-interface.txt for details. > + See ../../media/video-interfaces.yaml for details. > > lane-polarities: > minItems: 1 > @@ -141,7 +141,7 @@ properties: > enum: > - 0 > - 1 > - description: See ../../media/video-interface.txt > + description: See ../../media/video-interfaces.yaml > > dependencies: > lane-polarities: [data-lanes] > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml index 911564468c5e..967b1deb4936 100644 --- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml +++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml @@ -106,7 +106,7 @@ properties: description: If you have 1 logical lane the bridge supports routing to either port 0 or port 1. Port 0 is suggested. - See ../../media/video-interface.txt for details. + See ../../media/video-interfaces.yaml for details. - minItems: 2 maxItems: 2 @@ -118,7 +118,7 @@ properties: description: If you have 2 logical lanes the bridge supports reordering but only on physical ports 0 and 1. - See ../../media/video-interface.txt for details. + See ../../media/video-interfaces.yaml for details. - minItems: 4 maxItems: 4 @@ -132,7 +132,7 @@ properties: description: If you have 4 logical lanes the bridge supports reordering in any way. - See ../../media/video-interface.txt for details. + See ../../media/video-interfaces.yaml for details. lane-polarities: minItems: 1 @@ -141,7 +141,7 @@ properties: enum: - 0 - 1 - description: See ../../media/video-interface.txt + description: See ../../media/video-interfaces.yaml dependencies: lane-polarities: [data-lanes]