diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-05-23 06:00:10 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-06-02 21:18:15 +0200 |
commit | ebbce1bbc4f25c0ca68f66df54ea5e8eefa90da5 (patch) | |
tree | 4e57f6fe9a4c8e30ea41b7fc98d606fe17faf28e /arch/arm/boot/dts/socfpga.dtsi | |
parent | ARM: socfpga: dts: add the a9-scu node for arria10 (diff) | |
download | linux-ebbce1bbc4f25c0ca68f66df54ea5e8eefa90da5.tar.xz linux-ebbce1bbc4f25c0ca68f66df54ea5e8eefa90da5.zip |
ARM: socfpga: dts: add enable-method property for cpu nodes
Add the enable-method property for the cpu node on socfpga.dtsi and
socfpga_arria10.dtsi. This is for CPU_METHOD_OF_DECLARE to use to enable
the secondary core.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/boot/dts/socfpga.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index d9176e606173..3a02b417ba87 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -36,6 +36,7 @@ cpus { #address-cells = <1>; #size-cells = <0>; + enable-method = "altr,socfpga-smp"; cpu@0 { compatible = "arm,cortex-a9"; |