Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1658270 > unrolled thread

[PATCH v4 21/28] ARM: dts: s500: Set CPU enable-method

Started byAndreas Färber <afaerber@suse.de>
First post2017-06-06 03:00 +0200
Last post2017-06-06 03:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 21/28] ARM: dts: s500: Set CPU enable-method Andreas Färber <afaerber@suse.de> - 2017-06-06 03:00 +0200

#1658270 — [PATCH v4 21/28] ARM: dts: s500: Set CPU enable-method

FromAndreas Färber <afaerber@suse.de>
Date2017-06-06 03:00 +0200
Subject[PATCH v4 21/28] ARM: dts: s500: Set CPU enable-method
Message-ID<tPb0L-1BU-63@gated-at.bofh.it>
Use a custom S500 enable-method for all CPUs.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 v3 -> v4: Unchanged
 
 v3: new
 
 arch/arm/boot/dts/s500.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/s500.dtsi b/arch/arm/boot/dts/s500.dtsi
index fc9f71a4106a..6d6024027ee2 100644
--- a/arch/arm/boot/dts/s500.dtsi
+++ b/arch/arm/boot/dts/s500.dtsi
@@ -28,24 +28,28 @@
 			device_type = "cpu";
 			compatible = "arm,cortex-a9";
 			reg = <0x0>;
+			enable-method = "actions,s500-smp";
 		};
 
 		cpu1: cpu@1 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a9";
 			reg = <0x1>;
+			enable-method = "actions,s500-smp";
 		};
 
 		cpu2: cpu@2 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a9";
 			reg = <0x2>;
+			enable-method = "actions,s500-smp";
 		};
 
 		cpu3: cpu@3 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a9";
 			reg = <0x3>;
+			enable-method = "actions,s500-smp";
 		};
 	};
 
-- 
2.12.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web