diff options
| author | Rob Herring <robh@kernel.org> | 2015-01-28 12:56:32 -0500 |
|---|---|---|
| committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-01-29 08:02:16 -0500 |
| commit | 35a8578e8b83eb13f8d57ab40b98bcfd5199d3d4 (patch) | |
| tree | 99639bfd7ef5ca96738986bb7f52485eb8d96875 | |
| parent | f2fa0299d34236d7e6ed213a28dca380b8c68ac0 (diff) | |
dts: versatile: Add sysregs node
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 <robh@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
| -rw-r--r-- | arch/arm/boot/dts/versatile-ab.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts index 27d0d9c8adf3..01f40197ea13 100644 --- a/arch/arm/boot/dts/versatile-ab.dts +++ b/arch/arm/boot/dts/versatile-ab.dts | |||
| @@ -252,6 +252,11 @@ | |||
| 252 | #size-cells = <1>; | 252 | #size-cells = <1>; |
| 253 | ranges = <0 0x10000000 0x10000>; | 253 | ranges = <0 0x10000000 0x10000>; |
| 254 | 254 | ||
| 255 | sysreg@0 { | ||
| 256 | compatible = "arm,versatile-sysreg", "syscon"; | ||
| 257 | reg = <0x00000 0x1000>; | ||
| 258 | }; | ||
| 259 | |||
| 255 | aaci@4000 { | 260 | aaci@4000 { |
| 256 | compatible = "arm,primecell"; | 261 | compatible = "arm,primecell"; |
| 257 | reg = <0x4000 0x1000>; | 262 | reg = <0x4000 0x1000>; |
