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


Groups > linux.kernel > #1625386 > unrolled thread

[PATCH v2 2/7] ARM: imx: Select GPCv2 for i.MX7

Started byAndrey Smirnov <andrew.smirnov@gmail.com>
First post2017-04-18 17:10 +0200
Last post2017-04-18 17:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 2/7] ARM: imx: Select GPCv2 for i.MX7 Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-18 17:10 +0200

#1625386 — [PATCH v2 2/7] ARM: imx: Select GPCv2 for i.MX7

FromAndrey Smirnov <andrew.smirnov@gmail.com>
Date2017-04-18 17:10 +0200
Subject[PATCH v2 2/7] ARM: imx: Select GPCv2 for i.MX7
Message-ID<txCVs-7G4-19@gated-at.bofh.it>
GPCv2 IP block is a part of i.MX7 SoC. Select it to make corresponding
driver availible to support DT changes following this patch.

Cc: yurovsky@gmail.com
Cc: Dong Aisheng <aisheng.dong@nxp.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 arch/arm/mach-imx/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 936c59d..1a4ea3a 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -532,6 +532,7 @@ config SOC_IMX7D
 	bool "i.MX7 Dual support"
 	select PINCTRL_IMX7D
 	select ARM_GIC
+	select IMX_GPCV2
 	select HAVE_ARM_ARCH_TIMER
 	select HAVE_IMX_ANATOP
 	select HAVE_IMX_MMDC
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web