diff options
author | Louis Yu <louis.yu@mediatek.com> | 2016-01-07 20:09:44 +0800 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2016-02-11 11:39:56 +0100 |
commit | dfb89528471ac443304705c5510dd006222aa4d2 (patch) | |
tree | 1283b71ac14eba05517622ffc8ebc4a9abc2c7d9 /arch/arm/boot/dts | |
parent | 27f997884fcb1cb31a86ef80b40d247a0262b8b0 (diff) | |
download | linux-dfb89528471ac443304705c5510dd006222aa4d2.tar.bz2 |
ARM: dts: mt2701: enable basic SMP bringup for mt2701
Add enable method to support SMP.
Signed-off-by: Louis Yu <louis.yu@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/mt2701.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi index 3766904b60f3..83437683aa60 100644 --- a/arch/arm/boot/dts/mt2701.dtsi +++ b/arch/arm/boot/dts/mt2701.dtsi @@ -23,6 +23,7 @@ cpus { #address-cells = <1>; #size-cells = <0>; + enable-method = "mediatek,mt81xx-tz-smp"; cpu@0 { device_type = "cpu"; @@ -46,6 +47,17 @@ }; }; + 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>; |