Re: [PATCH v10 2/3] arm: dts: add Nuvoton NPCM750 device tree

From: Arnd Bergmann
Date: Wed Feb 14 2018 - 09:29:45 EST


On Tue, Feb 13, 2018 at 9:09 PM, Brendan Higgins
<brendanhiggins@xxxxxxxxxx> wrote:

> +
> +Enable method name: "nuvoton,npcm7xx-smp"
> +Compatible machines: "nuvoton,npcm750"
> +Compatible CPUs: "arm,cortex-a9"
> +Related properties: (none)
> +
> +Note:
> +This enable method needs valid nodes compatible with "arm,cortex-a9-scu" and
> +"nuvoton,npcm750-gcr".
> +
> +Example:
> +
> + cpus {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + enable-method = "nuvoton,npcm7xx-smp";

It seems you changed the DT files, but forgot to update the binding to match.

Otherwise it looks al good to me.

Arnd