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


Groups > linux.kernel > #1520218

[PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7

From Alim Akhtar <alim.akhtar@samsung.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7
Date 2016-11-12 11:20 +0100
Message-ID <sCDzH-GU-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch adds level for cpu dt node, so that these levels can be used
as a phandle whenever required. For example, adding a "interrupt-affinity"
for arm pmu node.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 arch/arm64/boot/dts/exynos/exynos7.dtsi |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index e0d0d01..396ffb9 100644
--- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
@@ -35,28 +35,28 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		cpu@0 {
+		cpu_atlas0: cpu@0 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a57", "arm,armv8";
 			reg = <0x0>;
 			enable-method = "psci";
 		};
 
-		cpu@1 {
+		cpu_atlas1: cpu@1 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a57", "arm,armv8";
 			reg = <0x1>;
 			enable-method = "psci";
 		};
 
-		cpu@2 {
+		cpu_atlas2: cpu@2 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a57", "arm,armv8";
 			reg = <0x2>;
 			enable-method = "psci";
 		};
 
-		cpu@3 {
+		cpu_atlas3: cpu@3 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a57", "arm,armv8";
 			reg = <0x3>;
-- 
1.7.10.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7 Alim Akhtar <alim.akhtar@samsung.com> - 2016-11-12 11:20 +0100
  Re: [PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7 Javier Martinez Canillas <javier@osg.samsung.com> - 2016-11-12 15:30 +0100
    Re: [PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7 Alim Akhtar <alim.akhtar@gmail.com> - 2016-11-12 17:10 +0100
      Re: [PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7 Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-12 20:20 +0100
        Re: [PATCH v2 1/2] arm64: dts: Add level for cpu dt node for exynos7 Alim Akhtar <alim.akhtar@samsung.com> - 2016-11-14 07:10 +0100

csiph-web