From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH 07/38] dt-bindings: display: tegra: Convert to json-schema Date: Fri, 12 Jun 2020 18:54:45 +0300 Message-ID: References: <20200612141903.2391044-1-thierry.reding@gmail.com> <20200612141903.2391044-8-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200612141903.2391044-8-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Content-Language: en-US Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding , Rob Herring Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org 12.06.2020 17:18, Thierry Reding пишет: > From: Thierry Reding > > Convert the Tegra host1x controller bindings from the free-form text > format to json-schema. > > Signed-off-by: Thierry Reding > --- ... > + memory-controllers: > + $ref: /schemas/types.yaml#/definitions/phandle-array > + > +required: > + - compatible > + - interrupts > + - interrupt-names > + - '#address-cells' > + - '#size-cells' > + - ranges > + - reg > + - clocks > + - clock-names > + - resets > + - reset-names This memory-controllers property didn't exist before the conversion. So this is not a pure conversion, which makes it a bit difficult to review the changes. Could you please factor out the addition of new properties into a separate patch?