Re: [PATCH] dt-bindings: arm: Limit cpus schema to only check Arm 'cpu' nodes

From: Rob Herring
Date: Fri Jun 28 2019 - 16:32:30 EST


On Wed, Jun 26, 2019 at 7:02 PM Paul Walmsley <paul.walmsley@xxxxxxxxxx> wrote:
>
> On Wed, 26 Jun 2019, Rob Herring wrote:
>
> > Matching on the 'cpus' node was a bad choice because the schema is
> > incorrectly applied to non-Arm cpus nodes. As we now have a common cpus
> > schema which checks the general structure, it is also redundant to do so
> > in the Arm CPU schema.
> >
> > The downside is one could conceivably mix different architecture's cpu
> > nodes or have typos in the compatible string. The latter problem pretty
> > much exists for every schema.
>
> The RISC-V patch applies cleanly, but this one doesn't apply here on
> either master or next-20190626. Is there a different base commit?

Ugg, sorry. I had another commit colliding with this in my tree. I've
fixed it now and it's in my dt/next branch.

Rob