Re: [PATCH] spi: dt-bindings: Convert Arm pl022 to json-schema

2019-05-22 Thread Rob Herring
On Wed, May 22, 2019 at 5:42 AM Maxime Ripard wrote: > > Hi Rob, > > On Tue, May 21, 2019 at 04:23:24PM -0500, Rob Herring wrote: > > +allOf: > > + - $ref: "spi-controller.yaml#" > > You're using a different construct on the spi-gpio binding you just > sent (/schemas/spi/spi-controller.yaml). > >

Re: [PATCH] spi: dt-bindings: Convert Arm pl022 to json-schema

2019-05-22 Thread Maxime Ripard
Hi Rob, On Tue, May 21, 2019 at 04:23:24PM -0500, Rob Herring wrote: > +allOf: > + - $ref: "spi-controller.yaml#" You're using a different construct on the spi-gpio binding you just sent (/schemas/spi/spi-controller.yaml). Is that on purpose? Maxime -- Maxime Ripard, Bootlin Embedded Linux an

[PATCH] spi: dt-bindings: Convert Arm pl022 to json-schema

2019-05-21 Thread Rob Herring
Convert the Arm pl022 binding to DT schema format. The clock binding was missing, so it is added to the schema. It really should be required as well, but there are some platforms (spear) not yet using DT clock binding. Cc: Mark Brown Cc: Linus Walleij Cc: linux-...@vger.kernel.org Cc: linux-arm-