Re: [PATCH v2] ARM: dt: check MPIDR on MP devices built without SMP

From: Nicolas Saenz Julienne
Date: Mon Nov 18 2019 - 12:46:01 EST


Hi Russell, thanks for the review.

On Mon, 2019-11-18 at 12:55 +0000, Russell King - ARM Linux admin wrote:
> On Mon, Nov 18, 2019 at 12:49:04PM +0100, Nicolas Saenz Julienne wrote:
> > On Fri, 2019-10-04 at 17:52 +0200, Nicolas Saenz Julienne wrote:
> > > On SMP builds, in order to properly link CPU devices with their
> > > respective DT nodes we start by matching the boot CPU. This is achieved
> > > by comparing the 'reg' property on each of the CPU DT nodes with the
> > > MPIDR. The association is necessary as to validate the whole CPU logical
> > > map, which ultimately links CPU devices and their DT nodes.
>
> No, that is not the primary purpose of the CPU logical map. The CPU
> logical map is there to map the CPU logical number to a hardware number,
> necessary for programming hardware.

Noted.

> > > On setups built without SMP, no MPIDR read is performed. The only thing
> > > expected is for the 'reg' property in the CPU DT node to contain the
> > > value 0x0.
> > >
> > > This causes problems on MP setups built without SMP. As their boot CPU
> > > DT node contains the relevant MPIDR as opposed to 0x0. No match is then
> > > possible. This causes troubles further down the line as drivers are
> > > unable to get the CPU's DT node.
>
> So the DT is incorrect for the platform - it is not describing the
> hardware. Why can't the DT be fixed? Clearly, it would have never
> worked with the mainline kernel today.

Sorry but I don't see any incorrect DT here. From the ARM CPU bindings I gather
that (at least since ARMv7) every CPU node should contain its corresponding
MPIDR. It transpires that ARM's DT cpu map init code should take that into
account regardles of whether the kernel supports SMP, isn't it?

Regards,
Nicolas

Attachment: signature.asc
Description: This is a digitally signed message part