linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: mxs: Add new M28EVK manufacturer compat
@ 2016-09-19 21:40 Marek Vasut
  2016-09-19 21:40 ` [PATCH 2/4] ARM: dts: mx5: Add new M53EVK " Marek Vasut
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Marek Vasut @ 2016-09-19 21:40 UTC (permalink / raw)
  To: linux-arm-kernel

The board is now manufactured by Aries Embedded GmbH, update compat string.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawnguo@kernel.org>
---
 arch/arm/boot/dts/imx28-m28.dtsi   | 4 ++--
 arch/arm/boot/dts/imx28-m28evk.dts | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi
index 214bb15..a69856e 100644
--- a/arch/arm/boot/dts/imx28-m28.dtsi
+++ b/arch/arm/boot/dts/imx28-m28.dtsi
@@ -12,8 +12,8 @@
 #include "imx28.dtsi"
 
 / {
-	model = "DENX M28";
-	compatible = "denx,m28", "fsl,imx28";
+	model = "Aries/DENX M28";
+	compatible = "aries,m28", "denx,m28", "fsl,imx28";
 
 	memory {
 		reg = <0x40000000 0x08000000>;
diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index 8d04e57..dbfb8aa 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -13,8 +13,8 @@
 #include "imx28-m28.dtsi"
 
 / {
-	model = "DENX M28EVK";
-	compatible = "denx,m28evk", "fsl,imx28";
+	model = "Aries/DENX M28EVK";
+	compatible = "aries,m28evk", "denx,m28evk", "fsl,imx28";
 
 	apb at 80000000 {
 		apbh at 80000000 {
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-11-14  2:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 21:40 [PATCH 1/4] ARM: dts: mxs: Add new M28EVK manufacturer compat Marek Vasut
2016-09-19 21:40 ` [PATCH 2/4] ARM: dts: mx5: Add new M53EVK " Marek Vasut
2016-09-19 21:40 ` [PATCH 3/4] ARM: dts: socfpga: Add new MCVEVK " Marek Vasut
2016-09-20 19:40   ` Dinh Nguyen
2016-09-20 20:00     ` Marek Vasut
2016-09-19 21:40 ` [PATCH 4/4] ARM: at91/dt: sama5d4: Add new MA5D4EVK " Marek Vasut
2016-10-20 10:44   ` Alexandre Belloni
2016-10-23 13:01 ` [PATCH 1/4] ARM: dts: mxs: Add new M28EVK " Shawn Guo
2016-10-23 13:30   ` Marek Vasut
2016-10-24  6:50     ` Shawn Guo
2016-11-12 18:57       ` Marek Vasut
2016-11-14  2:00 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).