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

From: Paul Walmsley
Date: Wed Jun 26 2019 - 21:02:26 EST


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?


- Paul