[PATCH 5/6] arm: mvebu: add Aurora L2 Cache Controller to the DT

Ian Molton ian.molton at codethink.co.uk
Fri Aug 24 10:56:09 EDT 2012


On 24/08/12 11:09, Gregory CLEMENT wrote:
> + compatible = "marvell,aurora-cache-with-outer";

This reads wrong.

perhaps aurora-with-outer-cache?

or better, perhaps something like:

compatible = "marvell,armada370", "marvell,armada-370-xp";
    L2: l2-cache {
        compatible = "marvell,aurora-cache-with-outer";
        reg = <0xd0008000 0x1000>;
        cache-id-part = <0x100>;
        wt-override;
        with-outer="yes";
    };




More information about the linux-arm-kernel mailing list