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

Pawel Moll pawel.moll at arm.com
Wed Jun 10 02:59:20 PDT 2015


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<---------------

Paweł




More information about the linux-arm-kernel mailing list