All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luis Araneda <luaraneda@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Michal Simek <michal.simek@xilinx.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Luis Araneda <luaraneda@gmail.com>
Subject: [PATCH v3 5/6] dt-bindings: Move Paralella board to Xilinx
Date: Thu, 12 Jul 2018 00:10:23 -0400	[thread overview]
Message-ID: <20180712041024.20583-6-luaraneda@gmail.com> (raw)
In-Reply-To: <20180712041024.20583-1-luaraneda@gmail.com>

Move the Adapteva Parallela board to Xilinx dt-bindings,
as it's based on a Zynq SoC from Xilinx

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
---
 Documentation/devicetree/bindings/arm/adapteva.txt | 7 -------
 Documentation/devicetree/bindings/arm/xilinx.txt   | 3 +++
 2 files changed, 3 insertions(+), 7 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/adapteva.txt

diff --git a/Documentation/devicetree/bindings/arm/adapteva.txt b/Documentation/devicetree/bindings/arm/adapteva.txt
deleted file mode 100644
index 1d8af9e36065..000000000000
--- a/Documentation/devicetree/bindings/arm/adapteva.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Adapteva Platforms Device Tree Bindings
----------------------------------------
-
-Parallella board
-
-Required root node properties:
-    - compatible = "adapteva,parallella";
diff --git a/Documentation/devicetree/bindings/arm/xilinx.txt b/Documentation/devicetree/bindings/arm/xilinx.txt
index a8e70a794d2e..d1a6deac90b5 100644
--- a/Documentation/devicetree/bindings/arm/xilinx.txt
+++ b/Documentation/devicetree/bindings/arm/xilinx.txt
@@ -8,6 +8,9 @@ Required root node properties:
 
 Additional compatible strings:
 
+- Adapteva Parallella board
+  "adapteva,parallella"
+
 - Digilent Zybo Z7 board
   "digilent,zynq-zybo-z7"
 
-- 
2.18.0


WARNING: multiple messages have this Message-ID (diff)
From: luaraneda@gmail.com (Luis Araneda)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 5/6] dt-bindings: Move Paralella board to Xilinx
Date: Thu, 12 Jul 2018 00:10:23 -0400	[thread overview]
Message-ID: <20180712041024.20583-6-luaraneda@gmail.com> (raw)
In-Reply-To: <20180712041024.20583-1-luaraneda@gmail.com>

Move the Adapteva Parallela board to Xilinx dt-bindings,
as it's based on a Zynq SoC from Xilinx

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
---
 Documentation/devicetree/bindings/arm/adapteva.txt | 7 -------
 Documentation/devicetree/bindings/arm/xilinx.txt   | 3 +++
 2 files changed, 3 insertions(+), 7 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/adapteva.txt

diff --git a/Documentation/devicetree/bindings/arm/adapteva.txt b/Documentation/devicetree/bindings/arm/adapteva.txt
deleted file mode 100644
index 1d8af9e36065..000000000000
--- a/Documentation/devicetree/bindings/arm/adapteva.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Adapteva Platforms Device Tree Bindings
----------------------------------------
-
-Parallella board
-
-Required root node properties:
-    - compatible = "adapteva,parallella";
diff --git a/Documentation/devicetree/bindings/arm/xilinx.txt b/Documentation/devicetree/bindings/arm/xilinx.txt
index a8e70a794d2e..d1a6deac90b5 100644
--- a/Documentation/devicetree/bindings/arm/xilinx.txt
+++ b/Documentation/devicetree/bindings/arm/xilinx.txt
@@ -8,6 +8,9 @@ Required root node properties:
 
 Additional compatible strings:
 
+- Adapteva Parallella board
+  "adapteva,parallella"
+
 - Digilent Zybo Z7 board
   "digilent,zynq-zybo-z7"
 
-- 
2.18.0

  parent reply	other threads:[~2018-07-12  4:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-12  4:10 [PATCH v3 0/6] arm: dts: zynq: improvements and cleanup Luis Araneda
2018-07-12  4:10 ` Luis Araneda
2018-07-12  4:10 ` [PATCH v3 1/6] arm: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed boards Luis Araneda
2018-07-12  4:10   ` Luis Araneda
2018-07-12  4:10 ` [PATCH v3 2/6] arm: dts: zynq: correct and improve the model property of dt files Luis Araneda
2018-07-12  4:10   ` Luis Araneda
2018-07-12  4:10 ` [PATCH v3 3/6] dt-bindings: xilinx: zynq: Improve boards description Luis Araneda
2018-07-12  4:10   ` Luis Araneda
2018-07-16 15:33   ` Rob Herring
2018-07-16 15:33     ` Rob Herring
2018-07-12  4:10 ` [PATCH v3 4/6] dt-bindings: xilinx: zynq: Sort entries alphabetically Luis Araneda
2018-07-12  4:10   ` Luis Araneda
2018-07-16 15:34   ` Rob Herring
2018-07-16 15:34     ` Rob Herring
2018-07-12  4:10 ` Luis Araneda [this message]
2018-07-12  4:10   ` [PATCH v3 5/6] dt-bindings: Move Paralella board to Xilinx Luis Araneda
2018-07-16 15:34   ` Rob Herring
2018-07-16 15:34     ` Rob Herring
2018-07-12  4:10 ` [PATCH v3 6/6] dt-bindings: xilinx: zynq: Add missing boards Luis Araneda
2018-07-12  4:10   ` Luis Araneda
2018-07-16 15:35   ` Rob Herring
2018-07-16 15:35     ` Rob Herring
2018-07-17 14:24 ` [PATCH v3 0/6] arm: dts: zynq: improvements and cleanup Michal Simek
2018-07-17 14:24   ` Michal Simek
2018-07-17 14:24   ` 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=20180712041024.20583-6-luaraneda@gmail.com \
    --to=luaraneda@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=michal.simek@xilinx.com \
    --cc=robh+dt@kernel.org \
    /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.