diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-10-23 20:53:06 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-10-25 23:25:52 -0400 |
commit | 2066306099d35430d01ed1b3d81c0536d77bf390 (patch) | |
tree | b8a8a9e39070f46f8056b23522ac931c850e0630 /Documentation/devicetree/bindings/arm/l2cc.txt | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) |
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: Josh Cartwright <josh.cartwright@ni.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/l2cc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/l2cc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt b/Documentation/devicetree/bindings/arm/l2cc.txt index 7ca52161e7ab..7c3ee3aeb7b7 100644 --- a/Documentation/devicetree/bindings/arm/l2cc.txt +++ b/Documentation/devicetree/bindings/arm/l2cc.txt | |||
@@ -37,7 +37,7 @@ L2: cache-controller { | |||
37 | reg = <0xfff12000 0x1000>; | 37 | reg = <0xfff12000 0x1000>; |
38 | arm,data-latency = <1 1 1>; | 38 | arm,data-latency = <1 1 1>; |
39 | arm,tag-latency = <2 2 2>; | 39 | arm,tag-latency = <2 2 2>; |
40 | arm,filter-latency = <0x80000000 0x8000000>; | 40 | arm,filter-ranges = <0x80000000 0x8000000>; |
41 | cache-unified; | 41 | cache-unified; |
42 | cache-level = <2>; | 42 | cache-level = <2>; |
43 | interrupts = <45>; | 43 | interrupts = <45>; |