summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-04-11 01:48:51 -0700
committerOlof Johansson <olof@lixom.net>2013-04-11 01:50:34 -0700
commit5724c52fbef16f17af3b92c6cae4fda391beb84c (patch)
tree44c00196160575958a93cf35a59f228d53387415 /arch/arm/boot
parenta1faef961b2073e82900166031b77a400ac513fb (diff)
parent7f6c62e2695bcb1547afdeb4ad3bcdf8c610be2c (diff)
downloadlinux-5724c52fbef16f17af3b92c6cae4fda391beb84c.tar.bz2
Merge tag 'fw-for-3.10' of git://github.com/broadcom/bcm11351 into next/firmware
From Christian Daudt: l2cache driver for bcm281xx SoC * tag 'fw-for-3.10' of git://github.com/broadcom/bcm11351: ARM: bcm281xx: Add DT support for SMC handler ARM: bcm281xx: Add L2 cache enable code Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/bcm11351.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index ad135885bd2a..be2a26132376 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -31,6 +31,11 @@
<0x3ff00100 0x100>;
};
+ smc@0x3404c000 {
+ compatible = "bcm,bcm11351-smc", "bcm,kona-smc";
+ reg = <0x3404c000 0x400>; //1 KiB in SRAM
+ };
+
uart@3e000000 {
compatible = "bcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
status = "disabled";