Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20663060 authored by Josh Cartwright's avatar Josh Cartwright Committed by Rob Herring
Browse files

arm: l2cc: doc: fix device tree example typo



The list of attributes above details the use of the 'filter-ranges'
property, but the example improperly used 'filter-latency'.  Make these
consistent by fixing up the example.

Signed-off-by: default avatarJosh Cartwright <josh.cartwright@ni.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent 6f0c0580
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ L2: cache-controller {
        reg = <0xfff12000 0x1000>;
        arm,data-latency = <1 1 1>;
        arm,tag-latency = <2 2 2>;
        arm,filter-latency = <0x80000000 0x8000000>;
        arm,filter-ranges = <0x80000000 0x8000000>;
        cache-unified;
        cache-level = <2>;
	interrupts = <45>;