summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dove.dtsi
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2012-09-25 00:02:14 (GMT)
committerJason Cooper <jason@lakedaemon.net>2012-10-17 17:19:50 (GMT)
commitfd57c65cbc26f58b78169b35b2ff25152750339f (patch)
tree20bda7aa7d4503ecbf3b0f933578d14e8a0ea130 /arch/arm/boot/dts/dove.dtsi
parent529b89ef7ff898397ff3a44b527816a82d0c699c (diff)
downloadlinux-fsl-qoriq-fd57c65cbc26f58b78169b35b2ff25152750339f.tar.xz
ARM: dove: Fix tauros2 device tree init
During the review process of dove DT patches, Tauros2 cache init call was changed and DT support added. This patch fixes the call to Tauros2 init and adds a DT node. Moreover, plat/irq.h include was missing from mach-dove/common.c. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r--arch/arm/boot/dts/dove.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 96fb824..3f41f50 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -20,6 +20,11 @@
#address-cells = <1>;
#size-cells = <1>;
+ l2: l2-cache {
+ compatible = "marvell,tauros2-cache";
+ marvell,tauros2-cache-features = <0>;
+ };
+
uart0: serial@12000 {
compatible = "ns16550a";
reg = <0x12000 0x100>;