From: Krzysztof Kozlowski <krzk@kernel.org>
To: Rob Herring <robh+dt@kernel.org>, Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Stefan Riedmueller <s.riedmueller@phytec.de>,
Robert Jones <rjones@gateworks.com>, Li Yang <leoyang.li@nxp.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: Heiko Schocher <hs@denx.de>
Subject: [RFC 14/14] ARM: dts: imx6dl: add compatibles for Aristainetos boards
Date: Sat, 26 Sep 2020 18:28:11 +0200 [thread overview]
Message-ID: <20200926162811.5335-14-krzk@kernel.org> (raw)
In-Reply-To: <20200926162811.5335-1-krzk@kernel.org>
The Aristainetos and Aristainetos2 boards have only SoC compatible.
Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
Unfortunately I have no clue what is it.
---
arch/arm/boot/dts/imx6dl-aristainetos2_4.dts | 2 +-
arch/arm/boot/dts/imx6dl-aristainetos2_7.dts | 2 +-
arch/arm/boot/dts/imx6dl-aristainetos_4.dts | 2 +-
arch/arm/boot/dts/imx6dl-aristainetos_7.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts b/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts
index b16603f27dce..241754305f51 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts
@@ -46,7 +46,7 @@
/ {
model = "aristainetos2 i.MX6 Dual Lite Board 4";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos2-imx6dl-4", "fsl,imx6dl";
memory@10000000 {
device_type = "memory";
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts b/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts
index abb2a1b9ce08..5ff0e55691f6 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts
@@ -46,7 +46,7 @@
/ {
model = "aristainetos2 i.MX6 Dual Lite Board 7";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos2-imx6dl-7", "fsl,imx6dl";
memory@10000000 {
device_type = "memory";
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos_4.dts b/arch/arm/boot/dts/imx6dl-aristainetos_4.dts
index 5c7e85300695..4a124f65cb10 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos_4.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos_4.dts
@@ -10,7 +10,7 @@
/ {
model = "aristainetos i.MX6 Dual Lite Board 4";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos-imx6dl-4", "fsl,imx6dl";
backlight {
compatible = "pwm-backlight";
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos_7.dts b/arch/arm/boot/dts/imx6dl-aristainetos_7.dts
index 4d58cb4436d9..6ad10d53562f 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos_7.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos_7.dts
@@ -10,7 +10,7 @@
/ {
model = "aristainetos i.MX6 Dual Lite Board 7";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos-imx6dl-7", "fsl,imx6dl";
memory@10000000 {
device_type = "memory";
--
2.17.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Rob Herring <robh+dt@kernel.org>, Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Stefan Riedmueller <s.riedmueller@phytec.de>,
Robert Jones <rjones@gateworks.com>, Li Yang <leoyang.li@nxp.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: Heiko Schocher <hs@denx.de>
Subject: [RFC 14/14] ARM: dts: imx6dl: add compatibles for Aristainetos boards
Date: Sat, 26 Sep 2020 18:28:11 +0200 [thread overview]
Message-ID: <20200926162811.5335-14-krzk@kernel.org> (raw)
In-Reply-To: <20200926162811.5335-1-krzk@kernel.org>
The Aristainetos and Aristainetos2 boards have only SoC compatible.
Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
Unfortunately I have no clue what is it.
---
arch/arm/boot/dts/imx6dl-aristainetos2_4.dts | 2 +-
arch/arm/boot/dts/imx6dl-aristainetos2_7.dts | 2 +-
arch/arm/boot/dts/imx6dl-aristainetos_4.dts | 2 +-
arch/arm/boot/dts/imx6dl-aristainetos_7.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts b/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts
index b16603f27dce..241754305f51 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts
@@ -46,7 +46,7 @@
/ {
model = "aristainetos2 i.MX6 Dual Lite Board 4";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos2-imx6dl-4", "fsl,imx6dl";
memory@10000000 {
device_type = "memory";
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts b/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts
index abb2a1b9ce08..5ff0e55691f6 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos2_7.dts
@@ -46,7 +46,7 @@
/ {
model = "aristainetos2 i.MX6 Dual Lite Board 7";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos2-imx6dl-7", "fsl,imx6dl";
memory@10000000 {
device_type = "memory";
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos_4.dts b/arch/arm/boot/dts/imx6dl-aristainetos_4.dts
index 5c7e85300695..4a124f65cb10 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos_4.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos_4.dts
@@ -10,7 +10,7 @@
/ {
model = "aristainetos i.MX6 Dual Lite Board 4";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos-imx6dl-4", "fsl,imx6dl";
backlight {
compatible = "pwm-backlight";
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos_7.dts b/arch/arm/boot/dts/imx6dl-aristainetos_7.dts
index 4d58cb4436d9..6ad10d53562f 100644
--- a/arch/arm/boot/dts/imx6dl-aristainetos_7.dts
+++ b/arch/arm/boot/dts/imx6dl-aristainetos_7.dts
@@ -10,7 +10,7 @@
/ {
model = "aristainetos i.MX6 Dual Lite Board 7";
- compatible = "fsl,imx6dl";
+ compatible = "aristainetos,aristainetos-imx6dl-7", "fsl,imx6dl";
memory@10000000 {
device_type = "memory";
--
2.17.1
next prev parent reply other threads:[~2020-09-26 16:32 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-26 16:27 [PATCH 01/14] dt-bindings: vendor-prefixes: add DFI Krzysztof Kozlowski
2020-09-26 16:27 ` Krzysztof Kozlowski
2020-09-26 16:27 ` [PATCH 02/14] dt-bindings: vendor-prefixes: add iMX6 Rex Project Krzysztof Kozlowski
2020-09-26 16:27 ` Krzysztof Kozlowski
2020-09-29 19:15 ` Rob Herring
2020-09-29 19:15 ` Rob Herring
2020-09-26 16:28 ` [PATCH 03/14] dt-bindings: vendor-prefixes: add Embest RIoT Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:15 ` Rob Herring
2020-09-29 19:15 ` Rob Herring
2020-09-26 16:28 ` [PATCH 04/14] dt-bindings: vendor-prefixes: add Wandbord/Technexion Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:16 ` Rob Herring
2020-09-29 19:16 ` Rob Herring
2020-09-26 16:28 ` [PATCH 05/14] dt-bindings: vendor-prefixes: add Zealz Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:16 ` Rob Herring
2020-09-29 19:16 ` Rob Herring
2020-09-26 16:28 ` [PATCH 06/14] dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:16 ` Rob Herring
2020-09-29 19:16 ` Rob Herring
2020-10-29 14:42 ` Shawn Guo
2020-10-29 14:42 ` Shawn Guo
2020-09-26 16:28 ` [PATCH 07/14] dt-bindings: arm: fsl: document i.MX51 boards Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:17 ` Rob Herring
2020-09-29 19:17 ` Rob Herring
2020-09-30 12:44 ` Krzysztof Kozlowski
2020-09-30 12:44 ` Krzysztof Kozlowski
2020-09-26 16:28 ` [PATCH 08/14] dt-bindings: arm: fsl: document i.MX53 boards Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:18 ` Rob Herring
2020-09-29 19:18 ` Rob Herring
2020-09-30 12:43 ` Krzysztof Kozlowski
2020-09-30 12:43 ` Krzysztof Kozlowski
2020-09-26 16:28 ` [PATCH 09/14] dt-bindings: arm: fsl: document VF boards Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:18 ` Rob Herring
2020-09-29 19:18 ` Rob Herring
2020-09-30 12:42 ` Krzysztof Kozlowski
2020-09-30 12:42 ` Krzysztof Kozlowski
2020-09-26 16:28 ` [PATCH 10/14] dt-bindings: arm: fsl: document i.MX6DL boards Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-29 19:19 ` Rob Herring
2020-09-29 19:19 ` Rob Herring
2020-09-30 12:47 ` Krzysztof Kozlowski
2020-09-30 12:47 ` Krzysztof Kozlowski
2020-09-26 16:28 ` [RFC 11/14] ARM: dts: imx6dl-pico: fix board compatibles Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-26 16:28 ` [RFC 12/14] dt-bindings: vendor-prefixes: add Aristainetos Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-28 4:04 ` Heiko Schocher
2020-09-28 4:04 ` Heiko Schocher
2020-09-30 4:16 ` Heiko Schocher
2020-09-30 4:16 ` Heiko Schocher
2020-09-30 7:11 ` Krzysztof Kozlowski
2020-09-30 7:11 ` Krzysztof Kozlowski
2020-09-30 10:14 ` Heiko Schocher
2020-09-30 10:14 ` Heiko Schocher
2020-09-30 10:28 ` Krzysztof Kozlowski
2020-09-30 10:28 ` Krzysztof Kozlowski
2020-09-26 16:28 ` [RFC 13/14] dt-bindings: arm: fsl: document i.MX6DL Aristainetos boards Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski
2020-09-26 16:28 ` Krzysztof Kozlowski [this message]
2020-09-26 16:28 ` [RFC 14/14] ARM: dts: imx6dl: add compatibles for " Krzysztof Kozlowski
2020-09-29 19:15 ` [PATCH 01/14] dt-bindings: vendor-prefixes: add DFI Rob Herring
2020-09-29 19:15 ` Rob Herring
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=20200926162811.5335-14-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=hs@denx.de \
--cc=kernel@pengutronix.de \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rjones@gateworks.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=s.riedmueller@phytec.de \
--cc=shawnguo@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.