All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: linux-arm-kernel@lists.infradead.org
Cc: "Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Marc Zyngier" <marc.zyngier@arm.com>,
	monstr@monstr.eu, "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>,
	"Carlo Caione" <carlo@endlessm.com>,
	"Shubhrajyoti Datta" <shubhrajyoti.datta@xilinx.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Bharat Kumar Gogada" <bharat.kumar.gogada@xilinx.com>,
	"Moritz Fischer" <mdf@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Stefan Krsmanovic" <stefan.krsmanovic@aggios.com>,
	"Will Deacon" <will.deacon@arm.com>,
	"Will Wong" <willw@xilinx.com>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Mark Rutland" <mark.rutland@arm.com>
Subject: [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes
Date: Thu, 20 Jul 2017 14:17:00 +0200	[thread overview]
Message-ID: <b9a61dfe7f5d4309b3131c1b9a82890888838087.1500552941.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1500552941.git.michal.simek@xilinx.com>
In-Reply-To: <cover.1500552941.git.michal.simek@xilinx.com>

Add missing references to all cpu nodes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 1a3f5e928bb9..4f7d9905e235 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -20,28 +20,28 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		cpu@0 {
+		cpu0: cpu@0 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x0>;
 		};
 
-		cpu@1 {
+		cpu1: cpu@1 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x1>;
 		};
 
-		cpu@2 {
+		cpu2: cpu@2 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x2>;
 		};
 
-		cpu@3 {
+		cpu3: cpu@3 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <michal.simek@xilinx.com>
To: linux-arm-kernel@lists.infradead.org
Cc: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>,
	devicetree@vger.kernel.org, monstr@monstr.eu,
	"Stefan Krsmanovic" <stefan.krsmanovic@aggios.com>,
	"Marc Zyngier" <marc.zyngier@arm.com>,
	"Will Deacon" <will.deacon@arm.com>,
	"Shubhrajyoti Datta" <shubhrajyoti.datta@xilinx.com>,
	linux-kernel@vger.kernel.org,
	"Bharat Kumar Gogada" <bharat.kumar.gogada@xilinx.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Moritz Fischer" <mdf@kernel.org>,
	"Carlo Caione" <carlo@endlessm.com>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Will Wong" <willw@xilinx.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>
Subject: [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes
Date: Thu, 20 Jul 2017 14:17:00 +0200	[thread overview]
Message-ID: <b9a61dfe7f5d4309b3131c1b9a82890888838087.1500552941.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1500552941.git.michal.simek@xilinx.com>
In-Reply-To: <cover.1500552941.git.michal.simek@xilinx.com>

Add missing references to all cpu nodes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 1a3f5e928bb9..4f7d9905e235 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -20,28 +20,28 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		cpu@0 {
+		cpu0: cpu@0 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x0>;
 		};
 
-		cpu@1 {
+		cpu1: cpu@1 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x1>;
 		};
 
-		cpu@2 {
+		cpu2: cpu@2 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x2>;
 		};
 
-		cpu@3 {
+		cpu3: cpu@3 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: michal.simek@xilinx.com (Michal Simek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes
Date: Thu, 20 Jul 2017 14:17:00 +0200	[thread overview]
Message-ID: <b9a61dfe7f5d4309b3131c1b9a82890888838087.1500552941.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1500552941.git.michal.simek@xilinx.com>

Add missing references to all cpu nodes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 1a3f5e928bb9..4f7d9905e235 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -20,28 +20,28 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		cpu at 0 {
+		cpu0: cpu at 0 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x0>;
 		};
 
-		cpu at 1 {
+		cpu1: cpu at 1 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x1>;
 		};
 
-		cpu at 2 {
+		cpu2: cpu at 2 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
 			reg = <0x2>;
 		};
 
-		cpu at 3 {
+		cpu3: cpu at 3 {
 			compatible = "arm,cortex-a53", "arm,armv8";
 			device_type = "cpu";
 			enable-method = "psci";
-- 
1.9.1

  reply	other threads:[~2017-07-20 12:18 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-20 12:16 [PATCH 00/10] arm64: zynqmp: dtsi changes Michal Simek
2017-07-20 12:16 ` Michal Simek
2017-07-20 12:16 ` Michal Simek
2017-07-20 12:17 ` Michal Simek [this message]
2017-07-20 12:17   ` [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-25 16:47   ` Moritz Fischer
2017-07-25 16:47     ` Moritz Fischer
2017-07-25 16:47     ` Moritz Fischer
2017-07-20 12:17 ` [PATCH 02/10] arm64: zynqmp: Add idle state for ZynqMP Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17 ` [PATCH 03/10] arm64: zynqmp: Add operating points Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17 ` [PATCH 04/10] arm64: zynqmp: Add dcc console for zynqmp Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17 ` [PATCH 05/10] arm64: zynqmp: Add CCI-400 node Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17 ` [PATCH 06/10] arm64: zynqmp: Adding prefetchable memory space to pcie node Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17 ` [PATCH 07/10] arm64: zynqmp: Add support for RTC Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17 ` [PATCH 08/10] arm64: zynqmp: Correct IRQ nr for the SMMU Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17 ` [PATCH 09/10] arm64: zynqmp: Add new uartps compatible string Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-25 16:49   ` Moritz Fischer
2017-07-25 16:49     ` Moritz Fischer
2017-07-25 16:49     ` Moritz Fischer
2017-07-20 12:17 ` [PATCH 10/10] arm64: zynqmp: Set status disabled in dtsi Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-07-20 12:17   ` Michal Simek
2017-08-03 11:31 ` [PATCH 00/10] arm64: zynqmp: dtsi changes Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9a61dfe7f5d4309b3131c1b9a82890888838087.1500552941.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=bharat.kumar.gogada@xilinx.com \
    --cc=carlo@endlessm.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=edgar.iglesias@xilinx.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=mdf@kernel.org \
    --cc=monstr@monstr.eu \
    --cc=robh+dt@kernel.org \
    --cc=shubhrajyoti.datta@xilinx.com \
    --cc=soren.brinkmann@xilinx.com \
    --cc=stefan.krsmanovic@aggios.com \
    --cc=will.deacon@arm.com \
    --cc=willw@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.