ARM: dts: mt2701: enable basic SMP bringup for mt2701
authorLouis Yu <louis.yu@mediatek.com>
Thu, 7 Jan 2016 12:09:44 +0000 (20:09 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 11 Feb 2016 10:39:56 +0000 (11:39 +0100)
Add enable method to support SMP.

Signed-off-by: Louis Yu <louis.yu@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt2701.dtsi

index 3766904b60f38330c622aa8436a1901af838b8d8..83437683aa60a011d7374980f529bb2d164fc11f 100644 (file)
@@ -23,6 +23,7 @@
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               enable-method = "mediatek,mt81xx-tz-smp";
 
                cpu@0 {
                        device_type = "cpu";
                };
        };
 
+       reserved-memory {
+               #address-cells = <2>;
+               #size-cells = <2>;
+               ranges;
+
+               trustzone-bootinfo@80002000 {
+                       compatible = "mediatek,trustzone-bootinfo";
+                       reg = <0 0x80002000 0 0x1000>;
+               };
+       };
+
        system_clk: dummy13m {
                compatible = "fixed-clock";
                clock-frequency = <13000000>;
This page took 0.027893 seconds and 5 git commands to generate.