12.06.2020 17:18, Thierry Reding пишет: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the Tegra host1x controller bindings from the free-form text > format to json-schema. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- ... > + 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?