Re: [PATCH 1/7] dt-bindings: display: tegra: Changes to support Tegra264

From: Mikko Perttunen

Date: Mon Jun 15 2026 - 22:00:36 EST


On Saturday, June 13, 2026 1:16 AM Conor Dooley wrote:
> On Fri, Jun 12, 2026 at 03:32:29PM +0900, Mikko Perttunen wrote:
> > Add nvidia,tegra264-host1x compatible string. The Tegra264 host1x is
> > similar to Tegra234, but with a different set of engines and layout.
> >
> > The engine register range is no longer continuous, so two range entries
> > are also needed.
>
> Please restrict the new ranges of 2 to only the new device.

Thank you, will fix.

Mikko

> pw-bot: changes-requested
>
>
> Thanks,
> Conor.
>
> >
> > Signed-off-by: Mikko Perttunen <mperttunen@xxxxxxxxxx>
> > ---
> > .../devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
> > index 3563378a01af..5b0e3158aa5b 100644
> > --- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
> > +++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
> > @@ -25,6 +25,7 @@ properties:
> > - nvidia,tegra186-host1x
> > - nvidia,tegra194-host1x
> > - nvidia,tegra234-host1x
> > + - nvidia,tegra264-host1x
> >
> > - items:
> > - const: nvidia,tegra132-host1x
> > @@ -57,7 +58,8 @@ properties:
> > enum: [1, 2]
> >
> > ranges:
> > - maxItems: 1
> > + minItems: 1
> > + maxItems: 2
> >
> > clocks:
> > description: Must contain one entry, for the module clock. See
> > @@ -192,6 +194,7 @@ allOf:
> > contains:
> > enum:
> > - nvidia,tegra234-host1x
> > + - nvidia,tegra264-host1x
> > then:
> > properties:
> > reg-names:
> >
> > --
> > 2.53.0
> >