[PATCH] arm64: dts: add device tree for ARM SMM-A53x2 on LogicTile Express 20MG

Mark Rutland mark.rutland at arm.com
Wed Jun 10 03:11:04 PDT 2015


On Wed, Jun 10, 2015 at 10:59:20AM +0100, Pawel Moll wrote:
> On Wed, 2015-06-10 at 10:39 +0100, Mark Rutland wrote:
> > Ideally we'd avoid placing the enable-method in the DTS at all, but I
> > believe the boot monitor isn't smart enough to fix that up.
> 
> You would be surprised how intelligent these animals can be :-P
> 
> 8<--------------
>     case CPU:
>         err = safdt_insert_prop(safdt, "enable-method",
>                                 "spin-table", 11);
>         if (err)
>             break;
>         addr = fdt_uint64(parser->cpu_release_addr);
>         err = safdt_insert_prop(safdt, "cpu-release-addr", &addr, 8);
> 8<---------------

Sounds like we can get rid of the enable-method and cpu-release-addr
then.

Mark.



More information about the linux-arm-kernel mailing list