Unverified Commit 8e6f6301 authored by Palmer Dabbelt's avatar Palmer Dabbelt
Browse files

dt-bindings: Correct the FU540-C000's timebase-frequency



The documentation says that our timebase-frequency looks like this

/ {
        cpus {
                timebase-frequency = X;
        }
}

but it actually looks like this

/ {
        cpus {
                cpu@0 {
                        timebase-frequency = X;
                }
        }
}

CC: Wesley Terpstra <wesley@sifive.com>
Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent 93121772
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment