Skip to content
Commit d12be756 authored by Alexandru Elisei's avatar Alexandru Elisei
Browse files

arm64: mte: Update "block-size" field specification for tag storage

Change the "block-size" field from the metadata node to represent the
number of pages in a tag storage block, instead of the size in bytes.  This
will remove the ambiguity in describing block sizes larger than one page.

With this change, the node becomes:

    metadata1: metadata@8c0000000  {
            compatible = "arm,mte-tag-storage";
            reg = <0x08 0xc0000000 0x00 0x1000000>;
            block-size = <1>;  // In pages
            memory = <&memory1>; // Associated tagged memory
    };
parent 090c331a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment