Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1431385

[PATCH v2 1/5] ARM: imx: add support for i.MX 7Solo

From Stefan Agner <stefan@agner.ch>
Newsgroups linux.kernel
Subject [PATCH v2 1/5] ARM: imx: add support for i.MX 7Solo
Date 2016-06-26 10:50 +0200
Message-ID <rOdVn-sG-11@gated-at.bofh.it> (permalink)
References <rOdVn-sG-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add device tree compatible string "imx7s" for i.MX 7Solo.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/mach-imx/mach-imx7d.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/mach-imx7d.c b/arch/arm/mach-imx/mach-imx7d.c
index b450f52..36254a6 100644
--- a/arch/arm/mach-imx/mach-imx7d.c
+++ b/arch/arm/mach-imx/mach-imx7d.c
@@ -107,6 +107,7 @@ static void __init imx7d_init_irq(void)
 
 static const char *const imx7d_dt_compat[] __initconst = {
 	"fsl,imx7d",
+	"fsl,imx7s",
 	NULL,
 };
 
-- 
2.8.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] ARM: dts: imx7d: add i.MX 7Solo and Colibri iMX7S/D dts Stefan Agner <stefan@agner.ch> - 2016-06-26 10:50 +0200
  [PATCH v2 1/5] ARM: imx: add support for i.MX 7Solo Stefan Agner <stefan@agner.ch> - 2016-06-26 10:50 +0200
  [PATCH v2 3/5] ARM: dts: imx7d: recreate imx7d.dtsi with i.MX 7Dual specifics Stefan Agner <stefan@agner.ch> - 2016-06-26 10:50 +0200
  [PATCH v2 2/5] ARM: dts: imx7d: use imx7s.dtsi as base device tree Stefan Agner <stefan@agner.ch> - 2016-06-26 10:50 +0200
  [PATCH v2 5/5] ARM: dts: imx7: add Toradex Colibri iMX7S/iMX7D support Stefan Agner <stefan@agner.ch> - 2016-06-26 10:50 +0200
  Re: [PATCH v2 0/5] ARM: dts: imx7d: add i.MX 7Solo and Colibri  iMX7S/D dts Shawn Guo <shawnguo@kernel.org> - 2016-06-28 04:50 +0200

csiph-web