aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm4708.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/bcm4708.dtsi')
-rw-r--r--arch/arm/boot/dts/bcm4708.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm4708.dtsi b/arch/arm/boot/dts/bcm4708.dtsi
index 31141e83fedd..eed4dd159995 100644
--- a/arch/arm/boot/dts/bcm4708.dtsi
+++ b/arch/arm/boot/dts/bcm4708.dtsi
@@ -15,6 +15,7 @@
15 cpus { 15 cpus {
16 #address-cells = <1>; 16 #address-cells = <1>;
17 #size-cells = <0>; 17 #size-cells = <0>;
18 enable-method = "brcm,bcm-nsp-smp";
18 19
19 cpu@0 { 20 cpu@0 {
20 device_type = "cpu"; 21 device_type = "cpu";
@@ -27,6 +28,7 @@
27 device_type = "cpu"; 28 device_type = "cpu";
28 compatible = "arm,cortex-a9"; 29 compatible = "arm,cortex-a9";
29 next-level-cache = <&L2>; 30 next-level-cache = <&L2>;
31 secondary-boot-reg = <0xffff0400>;
30 reg = <0x1>; 32 reg = <0x1>;
31 }; 33 };
32 }; 34 };