public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/8] ARM: imx: vining2000: Enable DM pin control
Date: Fri, 17 May 2019 22:25:23 +0200	[thread overview]
Message-ID: <20190517202528.7801-4-marex@denx.de> (raw)
In-Reply-To: <20190517202528.7801-1-marex@denx.de>

Enable DM pin control support on iMX6SX VINING|2000.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Silvio Fricke <silvio.fricke@softing.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 configs/vining_2000_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/vining_2000_defconfig b/configs/vining_2000_defconfig
index 958b7bb5ac..01736823b8 100644
--- a/configs/vining_2000_defconfig
+++ b/configs/vining_2000_defconfig
@@ -21,6 +21,7 @@ CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
+# CONFIG_CMD_PINMUX is not set
 CONFIG_CMD_USB=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
@@ -43,6 +44,8 @@ CONFIG_FSL_ESDHC=y
 CONFIG_PHYLIB=y
 CONFIG_MII=y
 CONFIG_PCI=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
 CONFIG_USB=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_HOST_ETHER=y
-- 
2.20.1

  parent reply	other threads:[~2019-05-17 20:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-17 20:25 [U-Boot] [PATCH 0/8] ARM: imx: Update VINING|2000 to DM/DT Marek Vasut
2019-05-17 20:25 ` [U-Boot] [PATCH 1/8] ARM: imx: Rename VINING|2000 Marek Vasut
2019-06-10  9:49   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 2/8] ARM: dts: imx: vining2000: Import VINING|2000 DT from Linux Marek Vasut
2019-06-10  9:41   ` [U-Boot] [PATCH 2/8] ARM: dts: imx: vining2000: Import VINING|2000 sbabic at denx.de
2019-05-17 20:25 ` Marek Vasut [this message]
2019-06-10  9:39   ` [U-Boot] [PATCH 3/8] ARM: imx: vining2000: Enable DM pin control sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 4/8] ARM: imx: vining2000: Convert MMC and block to DM Marek Vasut
2019-06-10  9:41   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 5/8] ARM: imx: vining2000: Enable DM USB Marek Vasut
2019-06-10  9:41   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 6/8] ARM: imx: vining2000: Enable DM GPIO Marek Vasut
2019-06-10  9:40   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 7/8] ARM: imx: vining2000: Enable DM PCI Marek Vasut
2019-06-10  9:40   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 8/8] ARM: imx: vining2000: Enable DM Serial Marek Vasut
2019-06-10  9:40   ` sbabic at denx.de

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190517202528.7801-4-marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox