On Tue, Aug 19, 2025 at 03:16:16PM +0300, Svyatoslav Ryhel wrote: > Parallel VI interface found in Tegra30 is exactly the same as Tegra20 has.
That's not what the compatible schema says. 'exactly the same' implies a fallback to whatever it is exactly the same as. > > Signed-off-by: Svyatoslav Ryhel <clamo...@gmail.com> > --- > .../devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > index 14294edb8d8c..39e9b3297dbd 100644 > --- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > +++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > @@ -13,6 +13,7 @@ properties: > compatible: > enum: > - nvidia,tegra20-vip > + - nvidia,tegra30-vip > > ports: > $ref: /schemas/graph.yaml#/properties/ports > -- > 2.48.1 >