public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: u-boot@lists.denx.de
Cc: Romain Naour <romain.naour@gmail.com>
Subject: [PATCH 3/4] ARM: omap3_beagle: Enable Pinctrl
Date: Fri, 25 Feb 2022 12:18:33 +0100	[thread overview]
Message-ID: <20220225111834.231005-3-romain.naour@gmail.com> (raw)
In-Reply-To: <20220225111834.231005-1-romain.naour@gmail.com>

The simple pinctrl driver currently available works with the omap3.
Enabling this will use the device tree to automatically set the
pin-muxing for various drivers.

Based on commit: 57dbf754e37d3347cad441f3869bf72c0d726a71

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 configs/omap3_beagle_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index 206118e6af..a9b2c15cee 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -83,6 +83,8 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
 CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
 CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
 CONFIG_DM_ETH=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_SINGLE=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_OMAP3_SPI=y
-- 
2.35.1


  parent reply	other threads:[~2022-02-25 12:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-25 11:18 [PATCH 1/4] ARM: omap3_beagle: Remove non-DM initialization Romain Naour
2022-02-25 11:18 ` [PATCH 2/4] ARM: omap3_beagle: Power on MMC when setting up PMIC Romain Naour
2022-03-14 13:07   ` Tom Rini
2022-02-25 11:18 ` Romain Naour [this message]
2022-03-14 13:07   ` [PATCH 3/4] ARM: omap3_beagle: Enable Pinctrl Tom Rini
2022-02-25 11:18 ` [PATCH 4/4] ARM: omap3_beagle: Enable DM_PMIC and DM_REGULATOR Romain Naour
2022-03-14 13:07   ` Tom Rini
2022-03-14 13:07 ` [PATCH 1/4] ARM: omap3_beagle: Remove non-DM initialization Tom Rini

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=20220225111834.231005-3-romain.naour@gmail.com \
    --to=romain.naour@gmail.com \
    --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