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


Groups > linux.kernel > #1667675

[PATCH 01/12] ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XX

From Kishon Vijay Abraham I <kishon@ti.com>
Newsgroups linux.kernel
Subject [PATCH 01/12] ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XX
Date 2017-06-16 14:00 +0200
Message-ID <tSY4W-7Xg-33@gated-at.bofh.it> (permalink)
References <tSY4V-7Xg-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


PINCTRL_TI_IODELAY should be enabled so that "pinctrl_dev" can be created
for pinctrl entries populated with iodelay values in device tree data.
Select PINCTRL_TI_IODELAY for SOC_DRA7XX here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
 arch/arm/mach-omap2/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 0465338183c7..e31a5a22e171 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -87,6 +87,7 @@ config SOC_DRA7XX
 	select OMAP_INTERCONNECT_BARRIER
 	select PM_OPP if PM
 	select ZONE_DMA if ARM_LPAE
+	select PINCTRL_TI_IODELAY if OF && PINCTRL
 
 config ARCH_OMAP2PLUS
 	bool
-- 
2.11.0

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


Thread

[PATCH 00/12] ARM: dts: Add iodelay data for MMC Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-16 14:00 +0200
  [PATCH 07/12] ARM: dts: am57xx-idk: Move common MMC/SD properties to common file Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-16 14:00 +0200
  [PATCH 01/12] ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XX Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-16 14:00 +0200
  [PATCH 08/12] ARM: dts: am571x-idk: Add pinmux configuration for MMC Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-16 14:00 +0200
  [PATCH 04/12] ARM: dts: dra74x: Create a common file with MMC/SD IOdelay data Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-16 14:00 +0200
  [PATCH 12/12] ARM: dts: dra71-evm: Add pinmux configuration for MMC Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-16 14:00 +0200
  [PATCH 10/12] ARM: dts: dra72-evm: Add pinmux configuration for MMC Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-16 14:00 +0200

csiph-web