summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Brown <david.brown@arm.com>2015-02-09 08:56:14 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-02-10 06:46:12 +0000
commit42e38f97e50d13ef18c109a912dae93f0cfb5982 (patch)
treef8b9fca92b9c96a605a438ce7d9a0f9257ac82e7
parent5cfce8c0b961568d4b07478beca9b45900ff38e5 (diff)
juno: Add DT entry for System Control block
The block is an instance of the Versatile Express system control register block and is required as it provides the bridge between the system and the control interfaces on the tile site. With this enabled it will be possible to perform functionality such as clock control on a daughterboard connected to the Juno tile site. Signed-off-by: David Brown <david.brown@arm.com>
-rw-r--r--arch/arm64/boot/dts/juno.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/juno.dts b/arch/arm64/boot/dts/juno.dts
index d0b633701d2..772304f6378 100644
--- a/arch/arm64/boot/dts/juno.dts
+++ b/arch/arm64/boot/dts/juno.dts
@@ -599,6 +599,11 @@
#size-cells = <1>;
ranges = <0 3 0 0x200000>;
+ v2m_sysreg: sysreg@010000 {
+ compatible = "arm,vexpress-sysreg";
+ reg = <0x010000 0x1000>;
+ };
+
kmi@060000 {
compatible = "arm,pl050", "arm,primecell";
reg = <0x060000 0x1000>;