Re: [PATCH 3/3] dts: versatile: add sysregs node

2015-02-03 Thread Linus Walleij
On Wed, Jan 28, 2015 at 6:56 PM, Rob Herring  wrote:

> The Versatile boards have the same sysregs as other ARM Ltd boards. Add
> the nodes in order to enable support for 24MHz counter as sched_clock.
>
> This is a minimal node definition as the existing sub node definition
> used on VExpress has some issues raised by Linus W.
>
> Signed-off-by: Rob Herring 
> Cc: Russell King 
> Cc: Linus Walleij 
> Cc: devicetree@vger.kernel.org

Acked-by: Linus Walleij 

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 3/3] dts: versatile: add sysregs node

2015-01-28 Thread Rob Herring
The Versatile boards have the same sysregs as other ARM Ltd boards. Add
the nodes in order to enable support for 24MHz counter as sched_clock.

This is a minimal node definition as the existing sub node definition
used on VExpress has some issues raised by Linus W.

Signed-off-by: Rob Herring 
Cc: Russell King 
Cc: Linus Walleij 
Cc: devicetree@vger.kernel.org
---
 arch/arm/boot/dts/versatile-ab.dts | 5 +
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/versatile-ab.dts 
b/arch/arm/boot/dts/versatile-ab.dts
index 27d0d9c..01f4019 100644
--- a/arch/arm/boot/dts/versatile-ab.dts
+++ b/arch/arm/boot/dts/versatile-ab.dts
@@ -252,6 +252,11 @@
#size-cells = <1>;
ranges = <0 0x1000 0x1>;
 
+   sysreg@0 {
+   compatible = "arm,versatile-sysreg", "syscon";
+   reg = <0x0 0x1000>;
+   };
+
aaci@4000 {
compatible = "arm,primecell";
reg = <0x4000 0x1000>;
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html