diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-05-22 23:00:10 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-06-02 14:18:15 -0500 |
commit | ebbce1bbc4f25c0ca68f66df54ea5e8eefa90da5 (patch) | |
tree | 4e57f6fe9a4c8e30ea41b7fc98d606fe17faf28e /arch/arm/boot/dts/socfpga.dtsi | |
parent | 479f8df04c4b7b1dd53b8c2e5b157b678c8a319c (diff) | |
download | talos-op-linux-ebbce1bbc4f25c0ca68f66df54ea5e8eefa90da5.tar.gz talos-op-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"; |