Skip to content

Commit 35a8578

Browse files
robherringdlezcano
authored andcommitted
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>
1 parent f2fa029 commit 35a8578

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/versatile-ab.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@
252252
#size-cells = <1>;
253253
ranges = <0 0x10000000 0x10000>;
254254

255+
sysreg@0 {
256+
compatible = "arm,versatile-sysreg", "syscon";
257+
reg = <0x00000 0x1000>;
258+
};
259+
255260
aaci@4000 {
256261
compatible = "arm,primecell";
257262
reg = <0x4000 0x1000>;

0 commit comments

Comments
 (0)