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

2019-06-28 Thread Rob Herring
On Wed, Jun 26, 2019 at 7:02 PM Paul Walmsley 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

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

2019-06-26 Thread Paul Walmsley
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 downsi

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

2019-06-26 Thread Rob Herring
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 architectur