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>,
	"Punnaiah Choudary Kalluri"
	<punnaiah.choudary.kalluri@xilinx.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,
	"Marc Zyngier" <marc.zyngier@arm.com>,
	"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>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	"Mark Rutland" <mark.rutland@arm.com>
Subject: [PATCH 09/10] arm64: zynqmp: Add new uartps compatible string
Date: Thu, 20 Jul 2017 14:17:08 +0200	[thread overview]
Message-ID: <4babfd9b8311073566a5d5730353c035bb5afa2a.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>

Mainline kernel has r1p12 compatible string now. Use this new compatible
string and also append generic compatible string.
Keep in your mind that using this generic compatible string not all uart
features will be available.

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

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

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 4adf5285f56d..9304249a23ed 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -407,7 +407,7 @@
 		};
 
 		uart0: serial@ff000000 {
-			compatible = "cdns,uart-r1p8";
+			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 21 4>;
@@ -416,7 +416,7 @@
 		};
 
 		uart1: serial@ff010000 {
-			compatible = "cdns,uart-r1p8";
+			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 22 4>;
-- 
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>,
	"Punnaiah Choudary Kalluri"
	<punnaiah.choudary.kalluri@xilinx.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>
Subject: [PATCH 09/10] arm64: zynqmp: Add new uartps compatible string
Date: Thu, 20 Jul 2017 14:17:08 +0200	[thread overview]
Message-ID: <4babfd9b8311073566a5d5730353c035bb5afa2a.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>

Mainline kernel has r1p12 compatible string now. Use this new compatible
string and also append generic compatible string.
Keep in your mind that using this generic compatible string not all uart
features will be available.

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

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

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 4adf5285f56d..9304249a23ed 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -407,7 +407,7 @@
 		};
 
 		uart0: serial@ff000000 {
-			compatible = "cdns,uart-r1p8";
+			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 21 4>;
@@ -416,7 +416,7 @@
 		};
 
 		uart1: serial@ff010000 {
-			compatible = "cdns,uart-r1p8";
+			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 22 4>;
-- 
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 09/10] arm64: zynqmp: Add new uartps compatible string
Date: Thu, 20 Jul 2017 14:17:08 +0200	[thread overview]
Message-ID: <4babfd9b8311073566a5d5730353c035bb5afa2a.1500552941.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1500552941.git.michal.simek@xilinx.com>

Mainline kernel has r1p12 compatible string now. Use this new compatible
string and also append generic compatible string.
Keep in your mind that using this generic compatible string not all uart
features will be available.

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

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

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 4adf5285f56d..9304249a23ed 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -407,7 +407,7 @@
 		};
 
 		uart0: serial at ff000000 {
-			compatible = "cdns,uart-r1p8";
+			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 21 4>;
@@ -416,7 +416,7 @@
 		};
 
 		uart1: serial at ff010000 {
-			compatible = "cdns,uart-r1p8";
+			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
 			status = "disabled";
 			interrupt-parent = <&gic>;
 			interrupts = <0 22 4>;
-- 
1.9.1

  parent 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 ` [PATCH 01/10] arm64: zynqmp: Add references to cpu nodes Michal Simek
2017-07-20 12:17   ` 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 ` Michal Simek [this message]
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-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=4babfd9b8311073566a5d5730353c035bb5afa2a.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=punnaiah.choudary.kalluri@xilinx.com \
    --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 \
    /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.