[RFC/PATCH 1/4] ARM: mvebu: use dt_fixup to provide fallback for enable-method
Arnd Bergmann
arnd at arndb.de
Wed Dec 10 01:44:51 PST 2014
On Wednesday 10 December 2014 15:39:44 Chris Packham wrote:
>
> +static void __init armada_370_xp_dt_fixup(void)
> +{
> + smp_set_ops(smp_ops(armada_xp_smp_ops));
> +}
> +
>
The dt_fixup callback pointer is meant to fix up a legacy dtb file in
memory. I think this would be fairly easy in this case, just add in the
missing enable-method property here to make the normal boot path
work for old dtbs.
Arnd
More information about the linux-arm-kernel
mailing list