summaryrefslogtreecommitdiffstats
path: root/patches/linux-4.13-rc4/0012-m-arch-arm-mach-imx-mach-imx7d-a7.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-4.13-rc4/0012-m-arch-arm-mach-imx-mach-imx7d-a7.c.patch')
-rw-r--r--patches/linux-4.13-rc4/0012-m-arch-arm-mach-imx-mach-imx7d-a7.c.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/linux-4.13-rc4/0012-m-arch-arm-mach-imx-mach-imx7d-a7.c.patch b/patches/linux-4.13-rc4/0012-m-arch-arm-mach-imx-mach-imx7d-a7.c.patch
new file mode 100644
index 0000000..d1b1d98
--- /dev/null
+++ b/patches/linux-4.13-rc4/0012-m-arch-arm-mach-imx-mach-imx7d-a7.c.patch
@@ -0,0 +1,23 @@
+From ecc6a579e0b8e42ca84c53314d3e6c8207cf50ad Mon Sep 17 00:00:00 2001
+From: Oleksij Rempel <linux@rempel-privat.de>
+Date: Thu, 31 Aug 2017 12:51:50 +0200
+Subject: [PATCH] m arch/arm/mach-imx/mach-imx7d-a7.c
+
+Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
+---
+ arch/arm/mach-imx/mach-imx7d-a7.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/arm/mach-imx/mach-imx7d-a7.c b/arch/arm/mach-imx/mach-imx7d-a7.c
+index d6c65d15d0a9..1a3f2ef5cfb9 100644
+--- a/arch/arm/mach-imx/mach-imx7d-a7.c
++++ b/arch/arm/mach-imx/mach-imx7d-a7.c
+@@ -110,7 +110,7 @@ static const char *const imx7d_a7_dt_compat[] __initconst = {
+ NULL,
+ };
+
+-DT_MACHINE_START(IMX7D, "Freescale i.MX7 Dual (Device Tree)")
++DT_MACHINE_START(IMX7D, "Freescale i.MX7 Dual Cortex-A7 (Device Tree)")
+ .init_irq = imx7d_a7_init_irq,
+ .init_machine = imx7d_a7_init_machine,
+ .dt_compat = imx7d_a7_dt_compat,