devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: l2cc: doc: fix device tree example typo
@ 2012-10-24  0:53 Josh Cartwright
  2012-10-26  3:27 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Cartwright @ 2012-10-24  0:53 UTC (permalink / raw)
  To: Grant Likely, Rob Herring, Rob Landley
  Cc: devicetree-discuss, linux-doc, linux-kernel

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>
---
 Documentation/devicetree/bindings/arm/l2cc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt b/Documentation/devicetree/bindings/arm/l2cc.txt
index 7ca5216..7c3ee3a 100644
--- a/Documentation/devicetree/bindings/arm/l2cc.txt
+++ b/Documentation/devicetree/bindings/arm/l2cc.txt
@@ -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>;
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: l2cc: doc: fix device tree example typo
  2012-10-24  0:53 [PATCH] arm: l2cc: doc: fix device tree example typo Josh Cartwright
@ 2012-10-26  3:27 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2012-10-26  3:27 UTC (permalink / raw)
  To: Josh Cartwright
  Cc: Grant Likely, Rob Landley, devicetree-discuss, linux-doc,
	linux-kernel

On 10/23/2012 07:53 PM, Josh Cartwright wrote:
> 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>

Applied for 3.8 (unless I get more to send for 3.7).

Rob

> ---
>  Documentation/devicetree/bindings/arm/l2cc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt b/Documentation/devicetree/bindings/arm/l2cc.txt
> index 7ca5216..7c3ee3a 100644
> --- a/Documentation/devicetree/bindings/arm/l2cc.txt
> +++ b/Documentation/devicetree/bindings/arm/l2cc.txt
> @@ -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>;
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-26  3:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24  0:53 [PATCH] arm: l2cc: doc: fix device tree example typo Josh Cartwright
2012-10-26  3:27 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).