Re: [PATCH v3] dt-bindings: display: tegra: Convert to json-schema

2021-12-16 Thread Rob Herring
On Thu, Dec 16, 2021 at 03:20:12PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Convert the Tegra host1x controller bindings from the free-form text > format to json-schema. > > This also adds the missing display-hub DT bindings that were not > previously documented. > > Signed-off-b

Re: [PATCH v3] dt-bindings: display: tegra: Convert to json-schema

2021-12-16 Thread Dmitry Osipenko
16.12.2021 17:48, Dmitry Osipenko пишет: > 16.12.2021 17:20, Thierry Reding пишет: >> + resets: >> +description: Must contain an entry for each entry in reset-names. See >> + ../reset/reset.txt for details. >> + >> + reset-names: >> +items: >> + - const: host1x > > Could you pl

Re: [PATCH v3] dt-bindings: display: tegra: Convert to json-schema

2021-12-16 Thread Dmitry Osipenko
16.12.2021 17:20, Thierry Reding пишет: > + resets: > +description: Must contain an entry for each entry in reset-names. See > + ../reset/reset.txt for details. > + > + reset-names: > +items: > + - const: host1x Could you please add the optional memory controller reset to all b

[PATCH v3] dt-bindings: display: tegra: Convert to json-schema

2021-12-16 Thread Thierry Reding
From: Thierry Reding Convert the Tegra host1x controller bindings from the free-form text format to json-schema. This also adds the missing display-hub DT bindings that were not previously documented. Signed-off-by: Thierry Reding --- Sorry Rob for making you look at this again. However, I thi